Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DBitTracker.h178 bool meet(const BitValue &V, const BitRef &Self) { in meet() function
DBitTracker.cpp184 bool BT::RegisterCell::meet(const RegisterCell &RC, unsigned SelfR) { in meet() function in BT::RegisterCell
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp676 static BDVState meet(BDVState LHS, BDVState RHS) { in meet() function in __anon8d19f4070511::MeetBDVStates
/external/clang/lib/Sema/
DSemaChecking.cpp6161 static IntRange meet(IntRange L, IntRange R) { in meet() function
6391 IntRange meet = IntRange::meet(L, R); in GetExprRange() local