Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance
1082 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local1087 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()1099 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()1100 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset); in getValueFromICmpCondition()1102 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()1111 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition()1120 if (EdgePred == ICmpInst::ICMP_NE && !Mask->isNullValue() && in getValueFromICmpCondition()
322 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local323 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()