Home
last modified time | relevance | path

Searched refs:constantint_match (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h116 struct constantint_match { struct
134 inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() argument
135 return constantint_match<Val>(); in m_ConstantInt()
514 inline SelectClass_match<Cond, constantint_match<L>, constantint_match<R> >
/external/llvm/include/llvm/IR/
DPatternMatch.h182 template <int64_t Val> struct constantint_match { struct
198 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() argument
199 return constantint_match<Val>(); in m_ConstantInt()
766 inline SelectClass_match<Cond, constantint_match<L>, constantint_match<R>>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h183 template <int64_t Val> struct constantint_match { struct
199 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() argument
200 return constantint_match<Val>(); in m_ConstantInt()
1023 inline SelectClass_match<Cond, constantint_match<L>, constantint_match<R>>