Searched refs:evaluateICmpRelation (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1431 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, function 1463 evaluateICmpRelation(V2, V1, isSigned); 1470 evaluateICmpRelation(V2, V1, isSigned); 1493 evaluateICmpRelation(V2, V1, isSigned); 1543 return evaluateICmpRelation(CE1Op0, 1889 switch (evaluateICmpRelation(C1, C2,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
H A D | ConstantFold.cpp | 1588 /// evaluateICmpRelation - This function determines if there is anything we can 1600 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, function 1632 evaluateICmpRelation(V2, V1, isSigned); 1639 evaluateICmpRelation(V2, V1, isSigned); 1665 evaluateICmpRelation(V2, V1, isSigned); 1711 return evaluateICmpRelation(CE1Op0, 2042 switch (evaluateICmpRelation(C1, C2, CmpInst::isSigned(pred))) {
|
Completed in 94 milliseconds