Home
last modified time | relevance | path

Searched defs:isZeroConstant (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp258 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp169 static bool isZeroConstant(const llvm::Value *Value) { in isZeroConstant() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7836 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local