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

/external/llvm/lib/IR/
H A DConstantFold.cpp1695 bool isIntegerPredicate = ICmpInst::isIntPredicate(Predicate); local
1699 if (ICmpInst::isEquality(Predicate) || (isIntegerPredicate && C1 == C2))
1704 if (isIntegerPredicate)

Completed in 96 milliseconds