Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h82 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function
217 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function
588 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function
699 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function