Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance
1085 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local1090 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()1103 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()1104 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset); in getValueFromICmpCondition()1106 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()1115 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition()1124 if (EdgePred == ICmpInst::ICMP_NE && !Mask->isZero() && C->isZero()) { in getValueFromICmpCondition()1138 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()