Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPredicateExpander.h79 void expandCheckInvalidRegOperand(raw_ostream &OS, int OpIndex);
H A DPredicateExpander.cpp93 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() function in llvm::PredicateExpander
334 return expandCheckInvalidRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate()