Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h75 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
231 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function
/external/llvm/include/llvm/IR/
DPatternMatch.h83 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
308 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function