Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1505 ConstantInt *CmpZero = dyn_cast<ConstantInt>(Cond->getOperand(1)); in matchCondition() local
1506 if (!CmpZero || !CmpZero->isZero()) in matchCondition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4944 bool CmpZero = N1C->isZero(); in SimplifySetCC() local
4946 if ((CmpZero || CmpNegOne) && N0.hasOneUse()) { in SimplifySetCC()
4982 DAG.getNode(CmpZero ? ISD::OR : ISD::AND, dl, OpVT, Lo, HiMask); in SimplifySetCC()
4983 SDValue NewN1 = CmpZero ? DAG.getConstant(0, dl, OpVT) : LoBits; in SimplifySetCC()