Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp89 bool meet(const LatticeValue &rhs) { in meet() function in __anon319c02070111::LatticeValue
894 void SCCPSolver::meet(Operation *owner, LatticeValue &to, in meet() function in SCCPSolver
/external/llvm/lib/Target/Hexagon/
DBitTracker.h178 bool meet(const BitValue &V, const BitRef &Self) { in meet() function
DBitTracker.cpp186 bool BT::RegisterCell::meet(const RegisterCell &RC, unsigned SelfR) { in meet() function in BT::RegisterCell
/external/llvm-project/llvm/lib/Target/Hexagon/
DBitTracker.h229 bool meet(const BitValue &V, const BitRef &Self) { in meet() function
DBitTracker.cpp201 bool BT::RegisterCell::meet(const RegisterCell &RC, Register SelfR) { in meet() function in BT::RegisterCell
DHexagonConstPropagation.cpp521 bool LatticeCell::meet(const LatticeCell &L) { in meet() function in LatticeCell
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h228 bool meet(const BitValue &V, const BitRef &Self) { in meet() function
DBitTracker.cpp201 bool BT::RegisterCell::meet(const RegisterCell &RC, unsigned SelfR) { in meet() function in BT::RegisterCell
DHexagonConstPropagation.cpp522 bool LatticeCell::meet(const LatticeCell &L) { in meet() function in LatticeCell
/external/clang/lib/Sema/
DSemaChecking.cpp7055 static IntRange meet(IntRange L, IntRange R) { in meet() function
7285 IntRange meet = IntRange::meet(L, R); in GetExprRange() local