Lines Matching defs:VCI
7599 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, Val.getZExtValue()));
7600 if (VCI.isVectorConstantLegal(Subtarget) &&
7601 VCI.Opcode == SystemZISD::REPLICATE) {
7602 Word = DAG.getConstant(VCI.OpVals[0], SDLoc(SN), MVT::i32);
7603 WordVT = VCI.VecVT.getScalarType();
7623 SystemZVectorConstantInfo VCI(
7625 if (VCI.isVectorConstantLegal(Subtarget) &&
7626 VCI.Opcode == SystemZISD::REPLICATE && VCI.OpVals[0] == 1 &&
7627 WordVT == VCI.VecVT.getScalarType())