Searched refs:CheckImmAllOnesVMatcher (Results 1 – 3 of 3) sorted by relevance
239 void CheckImmAllOnesVMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()410 bool CheckImmAllOnesVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()417 return isa<CheckImmAllOnesVMatcher>(M); in isContradictoryImpl()
787 class CheckImmAllOnesVMatcher : public Matcher {789 CheckImmAllOnesVMatcher() : Matcher(CheckImmAllOnesV) {} in CheckImmAllOnesVMatcher() function
290 AddMatcher(new CheckImmAllOnesVMatcher()); in EmitLeafMatchCode()