Searched refs:IsTrueDest (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 451 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest, 1241 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition() argument 1255 if (IsTrueDest) in getValueFromOverflowCondition() 1262 bool IsTrueDest, bool UseBlockValue, in getValueFromCondition() argument 1265 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue); in getValueFromCondition() 1270 return getValueFromOverflowCondition(Val, WO, IsTrueDest); in getValueFromCondition() 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() 1301 if (IsTrueDest ^ IsAnd) { in getValueFromCondition()
|