Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance
1201 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local1206 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()[all …]
272 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local273 if (EdgePred != getBranchBlock(Top.PInfo)) in stackIsInScope()