Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp755 bool isTrueDest = true);
1080 bool isTrueDest) { in getValueFromICmpCondition() argument
1086 isTrueDest ? ICI->getPredicate() : ICI->getInversePredicate(); in getValueFromICmpCondition()
1178 bool isTrueDest = CondVal.getInt(); in getValueFromConditionImpl() local
1181 return getValueFromICmpCondition(Val, ICI, isTrueDest); in getValueFromConditionImpl()
1186 return getValueFromOverflowCondition(Val, WO, isTrueDest); in getValueFromConditionImpl()
1191 CondValue NKey(N, !isTrueDest); in getValueFromConditionImpl()
1209 auto LV = Visited.find(CondValue(L, isTrueDest)); in getValueFromConditionImpl()
1210 auto RV = Visited.find(CondValue(R, isTrueDest)); in getValueFromConditionImpl()
1216 if ((isTrueDest ^ IsAnd) && (LV != Visited.end())) { in getValueFromConditionImpl()
[all …]