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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1363 class ConstantIntOperandMatcher : public OperandPredicateMatcher { class in namespace:__anon5929
1368 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) function in class:__anon5929::ConstantIntOperandMatcher
1373 Value == cast<ConstantIntOperandMatcher>(&B)->Value;
3927 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue());

Completed in 158 milliseconds