Searched refs:convertToIndexType (Results 1 – 2 of 2) sorted by relevance
18 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()
187 mlir::Value convertToIndexType(mlir::Location loc, mlir::Value val) { in convertToIndexType() function