Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp754 static ValueLatticeElement getValueFromCondition(Value *Val, Value *Cond,
777 BBLV = intersect(BBLV, getValueFromCondition(Val, I->getArgOperand(0))); in intersectAssumeOrGuardBlockValueConstantRange()
787 BBLV = intersect(BBLV, getValueFromCondition(Val, Cond)); in intersectAssumeOrGuardBlockValueConstantRange()
880 getValueFromCondition(SI->getTrueValue(), Cond, true)); in solveBlockValueSelect()
882 getValueFromCondition(SI->getFalseValue(), Cond, false)); in solveBlockValueSelect()
1238 ValueLatticeElement getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function
1343 ValueLatticeElement Result = getValueFromCondition(Val, Condition, in getEdgeValueLocal()
1376 getValueFromCondition(Op, Condition, isTrueDest); in getEdgeValueLocal()
1669 CondVal = getValueFromCondition(V, SI->getCondition(), true); in getConstantRangeAtUse()
1671 CondVal = getValueFromCondition(V, SI->getCondition(), false); in getConstantRangeAtUse()