Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1464 class ConstantIntOperandMatcher : public OperandPredicateMatcher { class
1469 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function in __anon612774070111::ConstantIntOperandMatcher
1474 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
4299 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()