Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp340 bool isUnit(llvm::ArrayRef<Literal> Clause) const { in isUnit() function in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h99 constexpr bool isUnit() const { return isUnitId(Reg); } in isUnit() function