Home
last modified time | relevance | path

Searched refs: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() argument
97 IntrinsicLibrary() = delete;
98 IntrinsicLibrary(const IntrinsicLibrary &) = delete;
151 using ElementalGenerator = decltype(&IntrinsicLibrary::genAbs); argument
152 using ExtendedGenerator = decltype(&IntrinsicLibrary::genLenTrim); argument
206 IntrinsicLibrary::Generator generator; argument
212 using I = IntrinsicLibrary;
652 fir::ExtendedValue IntrinsicLibrary::genElementalCall( in genElementalCall()
675 IntrinsicLibrary::genElementalCall<IntrinsicLibrary::ExtendedGenerator>( in genElementalCall()
[all …]