Searched refs:CheckImmAllZerosVMatcher (Results 1 – 3 of 3) sorted by relevance
243 void CheckImmAllZerosVMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()412 return isa<CheckImmAllZerosVMatcher>(M); in isContradictoryImpl()415 bool CheckImmAllZerosVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
803 class CheckImmAllZerosVMatcher : public Matcher {805 CheckImmAllZerosVMatcher() : Matcher(CheckImmAllZerosV) {} in CheckImmAllZerosVMatcher() function
292 AddMatcher(new CheckImmAllZerosVMatcher()); in EmitLeafMatchCode()