Lines Matching refs:isTrueDest
749 bool isTrueDest = true);
1123 bool isTrueDest) { in getValueFromICmpCondition() argument
1129 isTrueDest ? ICI->getPredicate() : ICI->getInversePredicate(); in getValueFromICmpCondition()
1190 getValueFromCondition(Value *Val, Value *Cond, bool isTrueDest,
1194 getValueFromConditionImpl(Value *Val, Value *Cond, bool isTrueDest, in getValueFromConditionImpl() argument
1197 return getValueFromICmpCondition(Val, ICI, isTrueDest); in getValueFromConditionImpl()
1202 return getValueFromOverflowCondition(Val, WO, isTrueDest); in getValueFromConditionImpl()
1209 if (!BO || (isTrueDest && BO->getOpcode() != BinaryOperator::And) || in getValueFromConditionImpl()
1210 (!isTrueDest && BO->getOpcode() != BinaryOperator::Or)) in getValueFromConditionImpl()
1222 return intersect(getValueFromCondition(Val, BL, isTrueDest, Visited), in getValueFromConditionImpl()
1223 getValueFromCondition(Val, BR, isTrueDest, Visited)); in getValueFromConditionImpl()
1227 getValueFromCondition(Value *Val, Value *Cond, bool isTrueDest, in getValueFromCondition() argument
1233 auto Result = getValueFromConditionImpl(Val, Cond, isTrueDest, Visited); in getValueFromCondition()
1239 bool isTrueDest) { in getValueFromCondition() argument
1242 return getValueFromCondition(Val, Cond, isTrueDest, Visited); in getValueFromCondition()
1306 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local
1307 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
1315 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()
1320 isTrueDest); in getEdgeValueLocal()
1339 APInt ConditionVal(1, isTrueDest ? 1 : 0); in getEdgeValueLocal()
1352 getValueFromCondition(Op, Condition, isTrueDest); in getEdgeValueLocal()