Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp533 fir::ExtendedValue genNull(mlir::Type, llvm::ArrayRef<fir::ExtendedValue>);
870 {"null", &I::genNull, {{{"mold", asInquired}}}, /*isElemental=*/false},
3496 IntrinsicLibrary::genNull(mlir::Type, llvm::ArrayRef<fir::ExtendedValue> args) { in genNull() function in IntrinsicLibrary