Searched refs:IsTrueDest (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 455 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest, 1249 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition() argument 1263 if (IsTrueDest) in getValueFromOverflowCondition() 1270 bool IsTrueDest, bool UseBlockValue, in getValueFromCondition() argument 1273 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue); in getValueFromCondition() 1278 return getValueFromOverflowCondition(Val, WO, IsTrueDest); in getValueFromCondition() 1285 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth); in getValueFromCondition() 1297 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition() 1301 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition() 1309 if (IsTrueDest ^ IsAnd) { in getValueFromCondition()
|