Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp749 bool isTrueDest = true);
1077 bool isTrueDest) { in getValueFromICmpCondition() argument
1083 isTrueDest ? ICI->getPredicate() : ICI->getInversePredicate(); in getValueFromICmpCondition()
1155 getValueFromCondition(Value *Val, Value *Cond, bool isTrueDest,
1159 getValueFromConditionImpl(Value *Val, Value *Cond, bool isTrueDest, in getValueFromConditionImpl() argument
1162 return getValueFromICmpCondition(Val, ICI, isTrueDest); in getValueFromConditionImpl()
1167 return getValueFromOverflowCondition(Val, WO, isTrueDest); in getValueFromConditionImpl()
1182 if (isTrueDest ^ IsAnd) { in getValueFromConditionImpl()
1183 ValueLatticeElement V = getValueFromCondition(Val, L, isTrueDest, Visited); in getValueFromConditionImpl()
1186 V.mergeIn(getValueFromCondition(Val, R, isTrueDest, Visited)); in getValueFromConditionImpl()
[all …]