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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp1328 /// evaluateICmpRelation - This function determines if there is anything we can
1340 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, function
1372 evaluateICmpRelation(V2, V1, isSigned);
1379 evaluateICmpRelation(V2, V1, isSigned);
1405 evaluateICmpRelation(V2, V1, isSigned);
1451 return evaluateICmpRelation(CE1Op0,
1783 switch (evaluateICmpRelation(C1, C2, CmpInst::isSigned(pred))) {

Completed in 41 milliseconds