Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1197 auto byteWidth = genConstantIndex(loc, i64Ty, rewriter, width / 8); in __anon447c3e180d02() local
1200 rewriter.create<mlir::LLVM::MulOp>(loc, i64Ty, byteWidth, len64); in __anon447c3e180d02()