Home
last modified time | relevance | path

Searched refs:EdgePred (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1085 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local
1090 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp314 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local
315 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()