Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1511 ConstantInt *CmpZero = dyn_cast<ConstantInt>(Cond->getOperand(1)); in matchCondition() local
1512 if (!CmpZero || !CmpZero->isZero()) in matchCondition()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5019 bool CmpZero = N1C->isZero(); in SimplifySetCC() local
5021 if ((CmpZero || CmpNegOne) && N0.hasOneUse()) { in SimplifySetCC()
5057 DAG.getNode(CmpZero ? ISD::OR : ISD::AND, dl, OpVT, Lo, HiMask); in SimplifySetCC()
5058 SDValue NewN1 = CmpZero ? DAG.getConstant(0, dl, OpVT) : LoBits; in SimplifySetCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32308 auto CmpZero = DAG.getNode(X86ISD::SUB, DL, X86SubVTs, Zero, VE); in getFlagsOfCmpZeroFori1() local
32309 return SDValue(CmpZero.getNode(), 1); in getFlagsOfCmpZeroFori1()