Home
last modified time | relevance | path

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

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