Searched refs:getValueFromCondition (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 748 static ValueLatticeElement getValueFromCondition(Value *Val, Value *Cond, 771 BBLV = intersect(BBLV, getValueFromCondition(Val, I->getArgOperand(0))); in intersectAssumeOrGuardBlockValueConstantRange() 781 BBLV = intersect(BBLV, getValueFromCondition(Val, Cond)); in intersectAssumeOrGuardBlockValueConstantRange() 864 getValueFromCondition(SI->getTrueValue(), Cond, true)); in solveBlockValueSelect() 866 getValueFromCondition(SI->getFalseValue(), Cond, false)); in solveBlockValueSelect() 1207 ValueLatticeElement getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function 1311 ValueLatticeElement Result = getValueFromCondition(Val, Condition, in getEdgeValueLocal() 1344 getValueFromCondition(Op, Condition, isTrueDest); in getEdgeValueLocal()
|