Searched refs:ConstantIntOperandMatcher (Results 1 – 4 of 4) sorted by relevance
1116 class ConstantIntOperandMatcher : public OperandPredicateMatcher {1121 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function1126 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
1241 void ConstantIntOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
2494 OM.addPredicate<ConstantIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()
1070 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()