Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp780 bool isTrueDest = true);
897 LVILatticeVal &Result, bool isTrueDest) { in getValueFromFromCondition() argument
902 if (isTrueDest == (ICI->getPredicate() == ICmpInst::ICMP_EQ)) in getValueFromFromCondition()
927 if (!isTrueDest) TrueValues = TrueValues.inverse(); in getValueFromFromCondition()
948 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local
949 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
956 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()
963 if (getValueFromFromCondition(Val, ICI, Result, isTrueDest)) in getEdgeValueLocal()