Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h67 inline SpecificConstantMatch m_SpecificICst(int64_t RequestedValue) { in m_SpecificICst() argument
68 return SpecificConstantMatch(RequestedValue); in m_SpecificICst()