HomeSort by relevance Sort by last modified time
    Searched defs:m_One (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 181 /// m_One() - Match an integer 1 or a vector with all elements equal to 1.
182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 269 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 269 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 269 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 269 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 194 inline match_one m_One() { return match_one(); }
    [all...]

Completed in 545 milliseconds