Searched refs:getValueFromCondition (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 403 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest, 776 BBLV = BBLV.intersect(*getValueFromCondition(Val, I->getArgOperand(0), in intersectAssumeOrGuardBlockValueConstantRange() 788 BBLV = BBLV.intersect(*getValueFromCondition(Val, Cond, in intersectAssumeOrGuardBlockValueConstantRange() 877 TrueVal.intersect(*getValueFromCondition(SI->getTrueValue(), Cond, in solveBlockValueSelect() 881 FalseVal.intersect(*getValueFromCondition(SI->getFalseValue(), Cond, in solveBlockValueSelect() 957 CRX.intersectWith(getValueFromCondition(X, Cond, /*CondIsTrue=*/true, in solveBlockValueBinaryOpImpl() 961 CRX.intersectWith(getValueFromCondition(X, Cond, /*CondIsTrue=*/false, in solveBlockValueBinaryOpImpl() 1342 LazyValueInfoImpl::getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function in LazyValueInfoImpl 1361 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth); in getValueFromCondition() 1373 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition() [all …]
|