Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp451 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest,
804 BBLV = intersect(BBLV, *getValueFromCondition(Val, I->getArgOperand(0), in intersectAssumeOrGuardBlockValueConstantRange()
817 *getValueFromCondition(Val, Cond, /*IsTrueDest*/ true, in intersectAssumeOrGuardBlockValueConstantRange()
916 intersect(TrueVal, *getValueFromCondition(SI->getTrueValue(), Cond, in solveBlockValueSelect()
920 intersect(FalseVal, *getValueFromCondition(SI->getFalseValue(), Cond, in solveBlockValueSelect()
1261 LazyValueInfoImpl::getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function in LazyValueInfoImpl
1277 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1289 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1293 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1382 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue); in getEdgeValueLocal()
[all …]