Home
last modified time | relevance | path

Searched refs:ConstantMatch (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h43 struct ConstantMatch { struct
45 ConstantMatch(int64_t &C) : CR(C) {} in ConstantMatch() function
55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst() argument
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h42 struct ConstantMatch { struct
44 ConstantMatch(int64_t &C) : CR(C) {} in ConstantMatch() function
54 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst() argument