Searched refs:ConstantIntOperandMatcher (Results 1 – 4 of 4) sorted by relevance
1125 class ConstantIntOperandMatcher : public OperandPredicateMatcher {1130 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function1135 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
1282 void ConstantIntOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
2183 OM.addPredicate<ConstantIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()
1090 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()