Searched refs:ConstantIntSortPredicate (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 887 static int ConstantIntSortPredicate(ConstantInt *const *P1, in ConstantIntSortPredicate() function 3281 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate); in SimplifyBranchOnICmpChain() 3865 array_pod_sort(Cases.begin(), Cases.end(), ConstantIntSortPredicate); in CasesAreContiguous()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 948 static int ConstantIntSortPredicate(ConstantInt *const *P1, in ConstantIntSortPredicate() function 3781 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate); in SimplifyBranchOnICmpChain() 4375 array_pod_sort(Cases.begin(), Cases.end(), ConstantIntSortPredicate); in CasesAreContiguous()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 1053 static int ConstantIntSortPredicate(ConstantInt *const *P1, in ConstantIntSortPredicate() function 4711 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate); in SimplifyBranchOnICmpChain() 5271 array_pod_sort(Cases.begin(), Cases.end(), ConstantIntSortPredicate); in CasesAreContiguous()
|