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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 507 m_Select(const Cond &C, const LHS &L, const RHS &R) {
516 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
  /external/llvm/include/llvm/IR/
PatternMatch.h 758 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
768 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 771 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
781 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]

Completed in 953 milliseconds