Searched refs:createElementAddr (Results 1 – 2 of 2) sorted by relevance
260 fir::factory::CharacterExprHelper::createElementAddr(mlir::Value buffer, in createElementAddr() function in fir::factory::CharacterExprHelper287 return builder.create<fir::LoadOp>(loc, createElementAddr(buff, index)); in createLoadCharAt()298 auto addr = createElementAddr(str, index); in createStoreCharAt()514 auto addr = createElementAddr(stringRawAddr, offset); in genSubstringBase()582 auto elemAddr = createElementAddr(fromBuff, index); in createLenTrim()
199 mlir::Value createElementAddr(mlir::Value buffer, mlir::Value index);