Searched refs:SpecificConstantMatch (Results 1 – 1 of 1) sorted by relevance
57 struct SpecificConstantMatch { struct59 SpecificConstantMatch(int64_t RequestedVal) : RequestedVal(RequestedVal) {} in SpecificConstantMatch() argument67 inline SpecificConstantMatch m_SpecificICst(int64_t RequestedValue) { in m_SpecificICst() argument68 return SpecificConstantMatch(RequestedValue); in m_SpecificICst()73 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt()74 inline SpecificConstantMatch m_AllOnesInt() { in m_AllOnesInt()75 return SpecificConstantMatch(-1); in m_AllOnesInt()454 inline BinaryOp_match<SpecificConstantMatch, SrcTy, TargetOpcode::G_SUB>462 inline BinaryOp_match<SrcTy, SpecificConstantMatch, TargetOpcode::G_XOR, true>