HomeSort by relevance Sort by last modified time
    Searched refs:not_match (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/common/
utils.mk 10 # if (w1-w2 not empty or w2-w1 not empty) then not_match else match
  /external/llvm/include/llvm/IR/
PatternMatch.h 833 template <typename LHS_t> struct not_match { struct in namespace:llvm::PatternMatch
836 not_match(const LHS_t &LHS) : L(LHS) {} function in struct:llvm::PatternMatch::not_match
854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; }
    [all...]

Completed in 210 milliseconds