Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DDoLoopHelper.cpp18 auto lbi = builder.convertToIndexType(loc, lb); in createLoop()
19 auto ubi = builder.convertToIndexType(loc, ub); in createLoop()
21 auto inc = builder.convertToIndexType(loc, step); in createLoop()
/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h187 mlir::Value convertToIndexType(mlir::Location loc, mlir::Value val) { in convertToIndexType() function