Searched refs:entityPosition (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CallInterface.cpp | 988 addFirOperand(mlir::Type type, int entityPosition, Property p, in addFirOperand() argument 991 FirPlaceHolder{type, entityPosition, p, attributes}); in addFirOperand() 994 addFirResult(mlir::Type type, int entityPosition, Property p, in addFirResult() argument 997 FirPlaceHolder{type, entityPosition, p, attributes}); in addFirResult()
|