Searched refs:convertToIndexType (Results 1 – 2 of 2) sorted by relevance
19 auto lbi = builder.convertToIndexType(loc, lb); in createLoop()20 auto ubi = builder.convertToIndexType(loc, ub); in createLoop()22 auto inc = builder.convertToIndexType(loc, step); in createLoop()
286 mlir::Value convertToIndexType(mlir::Location loc, mlir::Value val) { in convertToIndexType() function