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