Lines Matching defs:ConvInput
26360 SDValue ConvInput = V->getOperand(0);26361 if (ConvInput.getValueType().isVector() &&26362 ConvInput.getValueType().getVectorNumElements() == NumElts)26363 V = ConvInput.getNode();