Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DPredicateExpander.cpp203 StringRef TIIPtr) { in expandCheckFunctionPredicateWithTII() argument
205 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()
DPredicateExpander.h84 StringRef TIIPtr);