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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.h58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal,
60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
H A DPredicateExpander.cpp21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, function in class:llvm::PredicateExpander
33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, function in class:llvm::PredicateExpander
339 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"),
344 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"),

Completed in 206 milliseconds