Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp532 mlir::Value genNot(mlir::Type, llvm::ArrayRef<mlir::Value>);
869 {"not", &I::genNot},
3487 mlir::Value IntrinsicLibrary::genNot(mlir::Type resultType, in genNot() function in IntrinsicLibrary