Searched refs:createIndexAttrConstant (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 583 static Value createIndexAttrConstant(OpBuilder &builder, Location loc, in createIndexAttrConstant() function 608 createIndexAttrConstant(builder, loc, indexType, offset)); in setConstantOffset() 626 auto zero = createIndexAttrConstant(builder, loc, indexType, 0); in size() 627 auto one = createIndexAttrConstant(builder, loc, indexType, 1); in size() 652 createIndexAttrConstant(builder, loc, indexType, size)); in setConstantSize() 673 createIndexAttrConstant(builder, loc, indexType, stride)); in setConstantStride() 831 Value one = createIndexAttrConstant(builder, loc, indexType, 1); in computeSizes() 832 Value two = createIndexAttrConstant(builder, loc, indexType, 2); in computeSizes() 833 Value pointerSize = createIndexAttrConstant( in computeSizes() 836 createIndexAttrConstant(builder, loc, indexType, in computeSizes() [all …]
|