Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp719 bool isTrueDest = true);
836 LVILatticeVal &Result, bool isTrueDest) { in getValueFromFromCondition() argument
841 if (isTrueDest == (ICI->getPredicate() == ICmpInst::ICMP_EQ)) in getValueFromFromCondition()
866 if (!isTrueDest) TrueValues = TrueValues.inverse(); in getValueFromFromCondition()
887 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local
888 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
895 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()
902 if (getValueFromFromCondition(Val, ICI, Result, isTrueDest)) in getEdgeValueLocal()