Searched refs:isTrueDest (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 397 getValueFromICmpCondition(Value *Val, ICmpInst *ICI, bool isTrueDest, 1196 Value *Val, ICmpInst *ICI, bool isTrueDest, bool UseBlockValue) { in getValueFromICmpCondition() argument 1202 isTrueDest ? ICI->getPredicate() : ICI->getInversePredicate(); in getValueFromICmpCondition() 1452 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local 1453 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal() 1462 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal() 1467 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue); in getEdgeValueLocal() 1489 APInt ConditionVal(1, isTrueDest ? 1 : 0); in getEdgeValueLocal() 1502 Op, Condition, isTrueDest, /*UseBlockValue*/ false); in getEdgeValueLocal()
|