Searched refs:ConstantIntSortPredicate (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 670 static int ConstantIntSortPredicate(const void *P1, const void *P2) { in ConstantIntSortPredicate() function 2066 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate); in SimplifyBranchOnICmpChain() 2458 array_pod_sort(Cases.begin(), Cases.end(), ConstantIntSortPredicate); in TurnSwitchRangeIntoICmp()
|
/external/llvm/lib/Transforms/Utils/ |
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()
|