Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp142 mlir::Value genNint(mlir::Type, llvm::ArrayRef<mlir::Value>);
236 {"nint", &I::genNint},
1167 mlir::Value IntrinsicLibrary::genNint(mlir::Type resultType, in genNint() function in IntrinsicLibrary