Searched defs:evaluateICmpRelation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstantFold.cpp1346 /// evaluateICmpRelation - This function determines if there is anything we can
1358 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, function
1390 evaluateICmpRelation(V2, V1, isSigned);
1397 evaluateICmpRelation(V2, V1, isSigned);
1420 evaluateICmpRelation(V2, V1, isSigned);
1466 return evaluateICmpRelation(CE1Op0,
1802 switch (evaluateICmpRelation(C1, C2, CmpInst::isSigned(pred))) {

Completed in 99 milliseconds