Lines Matching defs:createIndexAttrConstant
100 static Value createIndexAttrConstant(OpBuilder &builder, Location loc,
123 createIndexAttrConstant(builder, loc, indexType, offset));
139 auto one = createIndexAttrConstant(builder, loc, indexType, 1);
162 createIndexAttrConstant(builder, loc, indexType, size));
182 createIndexAttrConstant(builder, loc, indexType, stride));
208 : createIndexAttrConstant(builder, loc, indexType, offsetCst);
364 Value one = createIndexAttrConstant(builder, loc, indexType, 1);
365 Value two = createIndexAttrConstant(builder, loc, indexType, 2);
366 Value indexSize = createIndexAttrConstant(
379 Value pointerSize = createIndexAttrConstant(