Lines Matching refs:getValueFromCondition
451 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest,
804 BBLV = intersect(BBLV, *getValueFromCondition(Val, I->getArgOperand(0), in intersectAssumeOrGuardBlockValueConstantRange()
817 *getValueFromCondition(Val, Cond, /*IsTrueDest*/ true, in intersectAssumeOrGuardBlockValueConstantRange()
916 intersect(TrueVal, *getValueFromCondition(SI->getTrueValue(), Cond, in solveBlockValueSelect()
920 intersect(FalseVal, *getValueFromCondition(SI->getFalseValue(), Cond, in solveBlockValueSelect()
1261 LazyValueInfoImpl::getValueFromCondition(Value *Val, Value *Cond, in getValueFromCondition() function in LazyValueInfoImpl
1277 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1289 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1293 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1382 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue); in getEdgeValueLocal()
1416 ValueLatticeElement OpLatticeVal = *getValueFromCondition( in getEdgeValueLocal()
1595 *getValueFromCondition(V, SI->getCondition(), /*IsTrueDest*/ true, in getValueAtUse()
1599 *getValueFromCondition(V, SI->getCondition(), /*IsTrueDest*/ false, in getValueAtUse()