Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.h81 void expandCheckIsImmOperand(raw_ostream &OS, int OpIndex);
H A DPredicateExpander.cpp215 void PredicateExpander::expandCheckIsImmOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsImmOperand() function in llvm::PredicateExpander
336 return expandCheckIsImmOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate()