Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47113 SDValue VecOp0 = Vec.getOperand(0); in combineSetCCMOVMSK() local
47115 bool SignExt0 = DAG.ComputeNumSignBits(VecOp0) > 8; in combineSetCCMOVMSK()
47120 SDValue Result = DAG.getBitcast(MVT::v16i8, VecOp0); in combineSetCCMOVMSK()
47134 if (SDValue Src = getSplitVectorSrc(VecOp0, VecOp1, true)) { in combineSetCCMOVMSK()