Searched defs:isUnit (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | WatchedLiteralsSolver.cpp | 340 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 D | RDFRegisters.h | 99 constexpr bool isUnit() const { return isUnitId(Reg); } in isUnit() function |