Lines Matching defs:arg1TyInfo
2843 auto arg1TyInfo{getVecTypeFromFir(argBases[0])};
2856 const auto width{arg1TyInfo.eleTy.getIntOrFloatBitWidth()};
2857 const auto len{arg1TyInfo.len};
2859 if (arg1TyInfo.isFloat32()) {
2862 } else if (mlir::isa<mlir::IntegerType>(arg1TyInfo.eleTy)) {
2909 if (stTy != arg1TyInfo.toMlirVectorType(context))
2931 VecTypeInfo arg1TyInfo{getVecTypeFromFir(argBases[0])};
2946 auto cnv{builder.createConvert(loc, arg1TyInfo.toMlirVectorType(context),
2948 auto shf{reverseVectorElements(builder, loc, cnv, arg1TyInfo.len)};
2950 src = builder.createConvert(loc, arg1TyInfo.toFirVectorType(), shf);
2965 auto cnv{builder.createConvert(loc, arg1TyInfo.toMlirVectorType(context),
2969 if (numElem != arg1TyInfo.len) {
2973 srcTy = arg1TyInfo.toFirVectorType();