Home
last modified time | relevance | path

Searched defs:m_Constant (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.h90 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
591 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function