Lines Matching defs:VCI
7147 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue()));
7148 if (VCI.isVectorConstantLegal(Subtarget) &&
7149 VCI.Opcode == SystemZISD::REPLICATE) {
7150 Word = DAG.getConstant(VCI.OpVals[0], SDLoc(SN), MVT::i32);
7151 WordVT = VCI.VecVT.getScalarType();
7171 SystemZVectorConstantInfo VCI(
7173 if (VCI.isVectorConstantLegal(Subtarget) &&
7174 VCI.Opcode == SystemZISD::REPLICATE && VCI.OpVals[0] == 1 &&
7175 WordVT == VCI.VecVT.getScalarType())