Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp455 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest,
816 BBLV = intersect(BBLV, *getValueFromCondition(Val, I->getArgOperand(0), in intersectAssumeOrGuardBlockValueConstantRange()
829 *getValueFromCondition(Val, Cond, /*IsTrueDest*/ true, in intersectAssumeOrGuardBlockValueConstantRange()
917 intersect(TrueVal, *getValueFromCondition(SI->getTrueValue(), Cond, in solveBlockValueSelect()
921 intersect(FalseVal, *getValueFromCondition(SI->getFalseValue(), Cond, in solveBlockValueSelect()
1269 LazyValueInfoImpl::getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function in LazyValueInfoImpl
1285 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1297 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1301 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1391 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue); in getEdgeValueLocal()
[all …]