Searched refs:ConstantIntOperandMatcher (Results 1 – 4 of 4) sorted by relevance
1139 class ConstantIntOperandMatcher : public OperandPredicateMatcher {1144 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function1149 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
1276 void ConstantIntOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
2310 OM.addPredicate<ConstantIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()
1132 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()