Searched refs:RequestedVal (Results 1 – 1 of 1) sorted by relevance
186 int64_t RequestedVal; member187 SpecificConstantMatch(int64_t RequestedVal) : RequestedVal(RequestedVal) {} in SpecificConstantMatch()190 return mi_match(Reg, MRI, m_ICst(MatchedVal)) && MatchedVal == RequestedVal; in match()201 int64_t RequestedVal; member202 SpecificConstantSplatMatch(int64_t RequestedVal) in SpecificConstantSplatMatch()203 : RequestedVal(RequestedVal) {} in SpecificConstantSplatMatch()205 return isBuildVectorConstantSplat(Reg, MRI, RequestedVal, in match()217 int64_t RequestedVal; member218 SpecificConstantOrSplatMatch(int64_t RequestedVal) in SpecificConstantOrSplatMatch()219 : RequestedVal(RequestedVal) {} in SpecificConstantOrSplatMatch()[all …]