Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1501 CmpInst *CmpToCheck = cast<CmpInst>(CB.getInstructionToSimplify()); in checkOrAndOpImpliedByOther() local
1502 unsigned OtherOpIdx = JoinOp->getOperand(0) == CmpToCheck ? 1 : 0; in checkOrAndOpImpliedByOther()
1528 checkCondition(CmpToCheck->getPredicate(), CmpToCheck->getOperand(0), in checkOrAndOpImpliedByOther()
1529 CmpToCheck->getOperand(1), CmpToCheck, Info)) { in checkOrAndOpImpliedByOther()