Lines Matching defs:IsTrueDest
455 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest,
817 /*IsTrueDest*/ true,
829 *getValueFromCondition(Val, Cond, /*IsTrueDest*/ true,
918 /*IsTrueDest*/ true,
922 /*IsTrueDest*/ false,
1249 Value *Val, WithOverflowInst *WO, bool IsTrueDest) {
1263 if (IsTrueDest)
1270 bool IsTrueDest, bool UseBlockValue,
1273 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue);
1278 return getValueFromOverflowCondition(Val, WO, IsTrueDest);
1285 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth);
1297 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth);
1301 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth);
1309 if (IsTrueDest ^ IsAnd) {
1604 *getValueFromCondition(V, SI->getCondition(), /*IsTrueDest*/ true,
1608 *getValueFromCondition(V, SI->getCondition(), /*IsTrueDest*/ false,