Searched refs:evaluateICmpRelation (Results 1 – 1 of 1) sorted by relevance
1099 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2) { in evaluateICmpRelation() function1122 ICmpInst::Predicate SwappedRelation = evaluateICmpRelation(V2, V1); in evaluateICmpRelation()1323 switch (evaluateICmpRelation(C1, C2)) { in ConstantFoldCompareInstruction()