Lines Matching defs:ConvInput
25855 SDValue ConvInput = V->getOperand(0);25856 if (ConvInput.getValueType().isVector() &&25857 ConvInput.getValueType().getVectorNumElements() == NumElts)25858 V = ConvInput.getNode();