Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICmpInst

802       ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition());
807 if (isTrueDest == (ICI->getPredicate() == ICmpInst::ICMP_EQ))
817 if (ICI->getPredicate() == ICmpInst::ICMP_ULT)
1088 if (Pred == ICmpInst::ICMP_EQ) {
1094 } else if (Pred == ICmpInst::ICMP_NE) {
1104 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue());
1115 if (Pred == ICmpInst::ICMP_EQ) {
1117 Res = ConstantFoldCompareInstOperands(ICmpInst::ICMP_NE,
1122 } else if (Pred == ICmpInst::ICMP_NE) {
1124 Res = ConstantFoldCompareInstOperands(ICmpInst::ICMP_NE,