Home
last modified time | relevance | path

Searched refs:ConstantIntOperandMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1468 class ConstantIntOperandMatcher : public OperandPredicateMatcher { class
1473 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function in __anoncee47b830111::ConstantIntOperandMatcher
1478 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
4343 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()