Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp4185 SDValue SetccOp0 = Setcc.getOperand(0); in tryVPTESTM() local
4189 if (ISD::isBuildVectorAllZeros(SetccOp0.getNode())) in tryVPTESTM()
4190 std::swap(SetccOp0, SetccOp1); in tryVPTESTM()
4196 SDValue N0 = SetccOp0; in tryVPTESTM()