Home
last modified time | relevance | path

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

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