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

/freebsd-13-stable/contrib/llvm-project/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
327 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"),
332 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"),

Completed in 108 milliseconds