Searched refs:isTrueDest (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 451 getValueFromICmpCondition(Value *Val, ICmpInst *ICI, bool isTrueDest, 1161 Value *Val, ICmpInst *ICI, bool isTrueDest, bool UseBlockValue) { in getValueFromICmpCondition() argument 1167 isTrueDest ? ICI->getPredicate() : ICI->getInversePredicate(); in getValueFromICmpCondition() 1376 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local 1377 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal() 1386 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal() 1391 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue); in getEdgeValueLocal() 1413 APInt ConditionVal(1, isTrueDest ? 1 : 0); in getEdgeValueLocal() 1426 Op, Condition, isTrueDest, /*UseBlockValue*/ false); in getEdgeValueLocal()
|