Lines Matching defs:InpV
1840 SDValue InpV = Op.getOperand(0);
1841 MVT ElemTy = ty(InpV).getVectorElementType();
1844 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(Op), ResTy, InpV);
1850 SDValue InpV = Op.getOperand(0);
1851 MVT ElemTy = ty(InpV).getVectorElementType();
1853 return extendHvxVectorPred(InpV, SDLoc(Op), ty(Op), false, DAG);
1860 SDValue InpV = Op.getOperand(0);
1861 MVT ElemTy = ty(InpV).getVectorElementType();
1863 return extendHvxVectorPred(InpV, SDLoc(Op), ty(Op), true, DAG);
1873 SDValue InpV = Op.getOperand(0);
1874 assert(ResTy == ty(InpV));
1877 MVT ElemTy = ty(InpV).getVectorElementType();
1891 {DAG.getNode(ISD::XOR, dl, ResTy, {InpV, VecN1}),
1892 DAG.getNode(ISD::SUB, dl, ResTy, {InpV, Vec1})});