Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1397 ConstantInt *CmpZero = dyn_cast<ConstantInt>(Cond->getOperand(1)); in matchCondition() local
1398 if (!CmpZero || !CmpZero->isZero()) in matchCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3988 bool CmpZero = N1C->getAPIntValue().isNullValue(); in SimplifySetCC() local
3990 if ((CmpZero || CmpNegOne) && N0.hasOneUse()) { in SimplifySetCC()
4026 DAG.getNode(CmpZero ? ISD::OR : ISD::AND, dl, OpVT, Lo, HiMask); in SimplifySetCC()
4027 SDValue NewN1 = CmpZero ? DAG.getConstant(0, dl, OpVT) : LoBits; in SimplifySetCC()