Home
last modified time | relevance | path

Searched defs:meet (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.h229 bool meet(const BitValue &V, const BitRef &Self) { in meet() function
H A DBitTracker.cpp202 bool BT::RegisterCell::meet(const RegisterCell &RC, unsigned SelfR) { in meet() function in BT::RegisterCell
H A DHexagonConstPropagation.cpp510 bool LatticeCell::meet(const LatticeCell &L) { in meet() function in LatticeCell
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9609 static IntRange meet(IntRange L, IntRange R) { in meet() function
9844 IntRange meet = IntRange::meet(L, R); in GetExprRange() local