Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h145 bool isNullValue(mlir::Attribute attr) const { in isNullValue() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp90 bool Constant::isNullValue() const { in isNullValue() function in Constant