Searched refs:isTrueDest (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 822 bool isTrueDest = true); 1195 bool isTrueDest) { in getValueFromICmpCondition() argument 1204 if (isTrueDest == (Predicate == ICmpInst::ICMP_EQ)) in getValueFromICmpCondition() 1244 isTrueDest ? Predicate : CmpInst::getInversePredicate(Predicate); in getValueFromICmpCondition() 1280 getValueFromCondition(Value *Val, Value *Cond, bool isTrueDest, 1284 getValueFromConditionImpl(Value *Val, Value *Cond, bool isTrueDest, in getValueFromConditionImpl() argument 1287 return getValueFromICmpCondition(Val, ICI, isTrueDest); in getValueFromConditionImpl() 1292 return getValueFromOverflowCondition(Val, WO, isTrueDest); in getValueFromConditionImpl() 1299 if (!BO || (isTrueDest && BO->getOpcode() != BinaryOperator::And) || in getValueFromConditionImpl() 1300 (!isTrueDest && BO->getOpcode() != BinaryOperator::Or)) in getValueFromConditionImpl() [all …]
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 850 bool isTrueDest = true); 1169 LVILatticeVal &Result, bool isTrueDest) { in getValueFromFromCondition() argument 1175 if (isTrueDest == (ICI->getPredicate() == ICmpInst::ICMP_EQ)) in getValueFromFromCondition() 1200 if (!isTrueDest) TrueValues = TrueValues.inverse(); in getValueFromFromCondition() 1222 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local 1223 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal() 1230 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal() 1237 if (getValueFromFromCondition(Val, ICI, Result, isTrueDest)) in getEdgeValueLocal()
|