Lines Matching refs:createIntegerConstant

755     return builder.createIntegerConstant(getLoc(), type, value);  in genIntegerConstant()
930 funcPtrResultLength = builder.createIntegerConstant( in genval()
1132 builder.createIntegerConstant(loc, idxTy, 1))); in genval()
1368 auto ratio = builder.createIntegerConstant( in genval()
1548 mlir::Value lenp = builder.createIntegerConstant( in genScalarLit()
1571 mlir::Value lenp = builder.createIntegerConstant( in genScalarLit()
1620 lbounds.push_back(builder.createIntegerConstant(loc, idxTy, lb - 1)); in genArrayLit()
1621 extents.push_back(builder.createIntegerConstant(loc, idxTy, extent)); in genArrayLit()
1626 mlir::Value len = builder.createIntegerConstant(loc, idxTy, con.LEN()); in genArrayLit()
1648 mlir::Value len = builder.createIntegerConstant(loc, idxTy, con.LEN()); in genArrayLit()
1709 lbounds.push_back(builder.createIntegerConstant(loc, idxTy, lb - 1)); in genArrayLit()
1710 extents.push_back(builder.createIntegerConstant(loc, idxTy, extent)); in genArrayLit()
1764 mlir::Value offset = builder.createIntegerConstant( in gen()
1994 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1); in genOffsetAndCoordinateOp()
1995 mlir::Value zero = builder.createIntegerConstant(loc, idxTy, 0); in genOffsetAndCoordinateOp()
2110 mlir::Value one = builder.createIntegerConstant(loc, ty, 1); in getLBound()
2905 mlir::Value zero = builder.createIntegerConstant(loc, len.getType(), 0); in createScalarTempForArgThatMayBeAbsent()
3823 mlir::Value len = builder.createIntegerConstant( in lowerNewArrayExpression()
3852 mlir::Value byteSize = builder.createIntegerConstant(loc, i64Ty, 1); in lowerLazyArrayExpression()
3861 mlir::Value one = builder.createIntegerConstant(loc, i32Ty, 1); in lowerLazyArrayExpression()
3877 mlir::Value one = builder.createIntegerConstant(loc, i32Ty, 1); in lowerLazyArrayExpression()
4094 destShape.push_back(builder.createIntegerConstant(loc, idxTy, extent)); in determineShapeOfDest()
4120 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1); in genShapeFromDataRef()
4437 builder.createIntegerConstant(loc, i64Ty, 1); in prepareRaggedArrays()
4461 mlir::Value one = builder.createIntegerConstant(loc, n.getType(), 1); in prepareRaggedArrays()
4465 mlir::Value uno = builder.createIntegerConstant(loc, i32Ty, 1); in prepareRaggedArrays()
4479 mlir::Value two = builder.createIntegerConstant(loc, i32Ty, 2); in prepareRaggedArrays()
4537 mlir::Value one = builder.createIntegerConstant(loc, i32Ty, 1); in genMasks()
4548 mlir::Value two = builder.createIntegerConstant(loc, i32Ty, 2); in genMasks()
4556 mlir::Value off = builder.createIntegerConstant(loc, i32Ty, i); in genMasks()
4579 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1); in genImplicitLoops()
4580 mlir::Value zero = builder.createIntegerConstant(loc, idxTy, 0); in genImplicitLoops()
5314 mlir::Value zero = builder.createIntegerConstant(loc, ty, 0); in genarr()
5519 extents.push_back(builder.createIntegerConstant(loc, idxTy, extent)); in genarr()
5521 mlir::Value len = builder.createIntegerConstant(loc, builder.getI64Type(), in genarr()
5657 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1); in genSliceIndices()
5829 : builder.createIntegerConstant(loc, idxTy, extent); in getShape()
5858 auto one = builder.createIntegerConstant(loc, builder.getIndexType(), 1); in padSlice()
5907 builder.createIntegerConstant(loc, idxTy, charLen); in genarr()
5917 builder.createIntegerConstant(loc, substringBounds[0].getType(), 1); in genarr()
5922 mlir::Value zero = builder.createIntegerConstant(loc, iTy, 0); in genarr()
6280 mlir::Value multiplier = builder.createIntegerConstant(loc, idxTy, 1); in computeElementSize()
6350 mlir::Value two = builder.createIntegerConstant(loc, idxTy, 2); in growBuffer()
6382 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1); in copyNextArrayCtorSection()
6394 builder.createIntegerConstant(loc, idxTy, charBytes); in copyNextArrayCtorSection()
6605 mlir::Value zero = builder.createIntegerConstant(loc, idxTy, 0); in genarr()
6618 builder.createIntegerConstant(loc, idxTy, clInitialBufferSize); in genarr()
6629 builder.createIntegerConstant(loc, idxTy, buffSz); in genarr()
6867 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1); in lowerPath()
6882 mlir::Value offset = builder.createIntegerConstant( in lowerPath()