Lines Matching defs:argTy
53 Type argTy = lhs.getType();
68 loc, lhs.getType(), getScalarOrSplatAttr(argTy, (1 << 16) - 1));
74 getScalarOrSplatAttr(argTy, 16));
89 getScalarOrSplatAttr(argTy, 0));
180 Type argTy = lhs.getType();
181 auto elemTy = cast<IntegerType>(getElementTypeOrSelf(argTy));
188 rewriter.create<ConstantOp>(loc, argTy, getScalarOrSplatAttr(argTy, 1));
190 rewriter.create<ConstantOp>(loc, argTy, getScalarOrSplatAttr(argTy, 0));