Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp492 auto indexInTuple = s.index(); in hostProcedureBindings() local
493 mlir::Value off = builder.createIntegerConstant(loc, offTy, indexInTuple); in hostProcedureBindings()
494 mlir::Type varTy = tupTy.getType(indexInTuple); in hostProcedureBindings()