Searched refs:isIdentical (Results 1 – 2 of 2) sorted by relevance
1054 virtual bool isIdentical(const PredicateMatcher &B) const { in isIdentical() function in __anon685cc1160111::PredicateMatcher1060 return hasValue() && PredicateMatcher::isIdentical(B); in isIdenticalDownToValue()1116 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::SameOperandMatcher1117 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()1146 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::LLTOperandMatcher1147 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()1218 bool isIdentical(const PredicateMatcher &B) const override { return false; } in isIdentical() function in __anon685cc1160111::ComplexPatternOperandMatcher1256 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::RegisterBankOperandMatcher1257 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()1304 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::ConstantIntOperandMatcher[all …]
177 bool isIdentical(DepChain &Other) const { in isIdentical() function in __anon020bc6570111::DepChain