Searched refs:createElementAddr (Results 1 – 2 of 2) sorted by relevance
256 fir::factory::CharacterExprHelper::createElementAddr(mlir::Value buffer, in createElementAddr() function in fir::factory::CharacterExprHelper283 return builder.create<fir::LoadOp>(loc, createElementAddr(buff, index)); in createLoadCharAt()294 auto addr = createElementAddr(str, index); in createStoreCharAt()493 auto addr = createElementAddr(box.getBuffer(), offset); in createSubstring()541 auto elemAddr = createElementAddr(fromBuff, index); in createLenTrim()
184 mlir::Value createElementAddr(mlir::Value buffer, mlir::Value index);