Lines Matching refs:EdgePred
1201 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local
1206 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()
1219 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()
1220 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset, ICI, in getValueFromICmpCondition()
1223 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()
1229 return getValueFromICmpCtpop(EdgePred, RHS); in getValueFromICmpCondition()
1236 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition()
1244 if (EdgePred == ICmpInst::ICMP_NE) in getValueFromICmpCondition()
1256 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition()
1266 if (CmpInst::isSigned(EdgePred) && in getValueFromICmpCondition()
1270 EdgePred, *C, [&](const APInt &RHS) -> std::optional<ConstantRange> { in getValueFromICmpCondition()
1289 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()