Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp331 auto castCount = builder.createConvert(loc, i64Ty, count); in createCopy() local
333 builder.create<mlir::arith::MulIOp>(loc, kindBytes, castCount); in createCopy()