Searched defs:isNullValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h410 bool isNullValue() const { return !*this; } function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp86 bool Constant::isNullValue() const { function in class:Constant
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1583 bool isNullValue() const { return Value->isZero(); } function in class:llvm::ConstantSDNode

Completed in 83 milliseconds