Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPredicateExpander.h76 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
H A DPredicateExpander.cpp184 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall() function in llvm::PredicateExpander
388 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()