HomeSort by relevance Sort by last modified time
    Searched defs:m_One (Results 1 - 10 of 10) 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]

Completed in 1198 milliseconds