Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp413 struct IntrinsicLibrary { struct
416 explicit IntrinsicLibrary(fir::FirOpBuilder &builder, mlir::Location loc, in IntrinsicLibrary() function
438 using RuntimeCallGenerator = std::function<mlir::Value(
577 using ElementalGenerator = decltype(&IntrinsicLibrary::genAbs); argument
578 using ExtendedGenerator = decltype(&IntrinsicLibrary::genLenTrim); argument
579 using SubroutineGenerator = decltype(&IntrinsicLibrary::genDateAndTime); argument
580 using Generator =
657 IntrinsicLibrary::Generator generator; argument