Home
last modified time | relevance | path

Searched defs:m_ConstantInt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h69 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function
134 inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function
228 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function
264 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function
/external/llvm/include/llvm/IR/
DPatternMatch.h75 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function
198 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function
305 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function
387 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h83 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function
199 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function
481 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function
580 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function