Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance
1080 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local1085 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()1098 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()1099 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset); in getValueFromICmpCondition()1101 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()1110 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition()1119 if (EdgePred == ICmpInst::ICMP_NE && !Mask->isZero() && C->isZero()) { in getValueFromICmpCondition()1133 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition()
314 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local315 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()