Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp750 static ValueLatticeElement getValueFromCondition(Value *Val, Value *Cond,
773 BBLV = intersect(BBLV, getValueFromCondition(Val, I->getArgOperand(0))); in intersectAssumeOrGuardBlockValueConstantRange()
783 BBLV = intersect(BBLV, getValueFromCondition(Val, Cond)); in intersectAssumeOrGuardBlockValueConstantRange()
876 getValueFromCondition(SI->getTrueValue(), Cond, true)); in solveBlockValueSelect()
878 getValueFromCondition(SI->getFalseValue(), Cond, false)); in solveBlockValueSelect()
1217 ValueLatticeElement getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function
1321 ValueLatticeElement Result = getValueFromCondition(Val, Condition, in getEdgeValueLocal()
1354 getValueFromCondition(Op, Condition, isTrueDest); in getEdgeValueLocal()