Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1173 ConstantInt *CmpZero = dyn_cast<ConstantInt>(Cond->getOperand(1)); in matchCondition() local
1174 if (!CmpZero || !CmpZero->isZero()) in matchCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22191 SDValue CmpZero = DAG.getNode(X86ISD::CMP, DL, MVT::i32, Zero, CmpOp0); in LowerSELECT() local
22194 return DAG.getNode(X86ISD::SBB, DL, VTs, Zero, Zero, CmpZero); in LowerSELECT()