Lines Matching defs:InpV
1842 SDValue InpV = Op.getOperand(0);
1843 MVT ElemTy = ty(InpV).getVectorElementType();
1846 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(Op), ResTy, InpV);
1852 SDValue InpV = Op.getOperand(0);
1853 MVT ElemTy = ty(InpV).getVectorElementType();
1855 return extendHvxVectorPred(InpV, SDLoc(Op), ty(Op), false, DAG);
1862 SDValue InpV = Op.getOperand(0);
1863 MVT ElemTy = ty(InpV).getVectorElementType();
1865 return extendHvxVectorPred(InpV, SDLoc(Op), ty(Op), true, DAG);
1875 SDValue InpV = Op.getOperand(0);
1876 assert(ResTy == ty(InpV));
1879 MVT ElemTy = ty(InpV).getVectorElementType();
1893 {DAG.getNode(ISD::XOR, dl, ResTy, {InpV, VecN1}),
1894 DAG.getNode(ISD::SUB, dl, ResTy, {InpV, Vec1})});