Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h65 using FirValue = int;
71 using FirValue = mlir::Value;
131 using FirValue = typename PassedEntityTypes<T>::FirValue;
168 FirValue firArgument;
169 FirValue firLength; /* only for AddressAndLength */
227 void mapBackInputToPassedEntity(const FirPlaceHolder &, FirValue);
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp296 FirValue mlirArgIndex = passedArguments[it - dummies.begin()].firArgument; in getArgumentValue()
471 const FirPlaceHolder &placeHolder, FirValue firValue) { in mapBackInputToPassedEntity()
542 using FirValue = typename CallInterface::FirValue; typedef in Fortran::lower::CallInterfaceImpl
1011 static FirValue emptyValue() { in emptyValue()
1101 using FirValue = int; typedef