Lines Matching defs:IsTrueDest
403 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest,
765 /*IsTrueDest*/ true,
777 /*IsTrueDest*/ true,
866 /*IsTrueDest*/ true,
870 /*IsTrueDest*/ false,
1289 Value *Val, WithOverflowInst *WO, bool IsTrueDest) {
1303 if (IsTrueDest)
1310 bool IsTrueDest, bool UseBlockValue,
1313 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue);
1318 return getValueFromOverflowCondition(Val, WO, IsTrueDest);
1325 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth);
1337 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth);
1341 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth);
1349 if (IsTrueDest ^ IsAnd) {
1644 *getValueFromCondition(V, SI->getCondition(), /*IsTrueDest*/ true,
1648 *getValueFromCondition(V, SI->getCondition(), /*IsTrueDest*/ false,