Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1201 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local
1206 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp272 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local
273 if (EdgePred != getBranchBlock(Top.PInfo)) in stackIsInScope()