Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4369 SDValue SetccOp0 = Setcc.getOperand(0); in tryVPTESTM() local
4373 if (ISD::isBuildVectorAllZeros(SetccOp0.getNode())) in tryVPTESTM()
4374 std::swap(SetccOp0, SetccOp1); in tryVPTESTM()
4380 SDValue N0 = SetccOp0; in tryVPTESTM()