Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h58 int64_t RequestedVal; member
59 SpecificConstantMatch(int64_t RequestedVal) : RequestedVal(RequestedVal) {} in SpecificConstantMatch()
62 return mi_match(Reg, MRI, m_ICst(MatchedVal)) && MatchedVal == RequestedVal; in match()