Home
last modified time | relevance | path

Searched refs:bitSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp211 mlir::Value bitSize = builder.createIntegerConstant( in lowerIshftc() local
214 builder.create<fir::ResultOp>(loc, bitSize); in lowerIshftc()
H A DIntrinsicCall.cpp2630 mlir::Value bitSize = builder.createIntegerConstant( in genDshiftl() local
2654 mlir::Value bitSize = builder.createIntegerConstant( in genDshiftr() local
2928 mlir::Value bitSize = builder.createIntegerConstant( in genIbits() local
3133 mlir::Value bitSize = builder.createIntegerConstant( in genIshft() local
3141 loc, mlir::arith::CmpIPredicate::sge, absShift, bitSize); in genIshft()
3169 mlir::Value bitSize = builder.createIntegerConstant( in genIshftc() local
3192 loc, mlir::arith::CmpIPredicate::ne, size, bitSize); in genIshftc()
3199 builder.create<mlir::arith::SubIOp>(loc, bitSize, leftSize); in genIshftc()
3270 mlir::Value bitSize = builder.createIntegerConstant( in genMask() local
3446 mlir::Value bitSize = builder.createIntegerConstant( in genMvbits() local
[all …]