Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42474 SDValue VecOp1 = Vec.getOperand(1); in combineSetCCMOVMSK() local
42476 bool SignExt1 = DAG.ComputeNumSignBits(VecOp1) > 8; in combineSetCCMOVMSK()
42478 if (IsAnyOf && CmpBits == 8 && VecOp1.isUndef()) { in combineSetCCMOVMSK()
42494 VecOp1.getOpcode() == ISD::EXTRACT_SUBVECTOR && in combineSetCCMOVMSK()
42495 VecOp0.getOperand(0) == VecOp1.getOperand(0) && in combineSetCCMOVMSK()
42497 VecOp1.getConstantOperandAPInt(1) == 8 && in combineSetCCMOVMSK()