Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1451 class ConstantIntOperandMatcher : public OperandPredicateMatcher { class
1456 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function in __anon0a286f430111::ConstantIntOperandMatcher
1461 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
4224 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()