Home
last modified time | relevance | path

Searched defs:IntrinsicLibrary (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp91 struct IntrinsicLibrary { struct
94 explicit IntrinsicLibrary(Fortran::lower::FirOpBuilder &builder, in IntrinsicLibrary() function
116 using RuntimeCallGenerator =
151 using ElementalGenerator = decltype(&IntrinsicLibrary::genAbs); argument
152 using ExtendedGenerator = decltype(&IntrinsicLibrary::genLenTrim); argument
153 using Generator = std::variant<ElementalGenerator, ExtendedGenerator>;
206 IntrinsicLibrary::Generator generator; argument