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

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

Completed in 161 milliseconds