Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1299 class ConstantIntOperandMatcher : public OperandPredicateMatcher { class
1304 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function in __anon7e76e5f80111::ConstantIntOperandMatcher
1309 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
3457 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()