Home
last modified time | relevance | path

Searched refs:IsTrueDest (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp400 bool IsTrueDest);
403 getValueFromCondition(Value *Val, Value *Cond, bool IsTrueDest,
1300 bool IsTrueDest) { in getValueFromTrunc() argument
1309 if (IsTrueDest) in getValueFromTrunc()
1314 if (IsTrueDest) in getValueFromTrunc()
1322 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition() argument
1336 if (IsTrueDest) in getValueFromOverflowCondition()
1343 bool IsTrueDest, bool UseBlockValue, in getValueFromCondition() argument
1346 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue); in getValueFromCondition()
1349 return getValueFromTrunc(Val, Trunc, IsTrueDest); in getValueFromCondition()
[all …]