Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp509 std::string ScratchResizeStr; in getInstructionCaseForEncoding() local
511 raw_string_ostream RS(ScratchResizeStr); in getInstructionCaseForEncoding()
517 return ScratchResizeStr + Case; in getInstructionCaseForEncoding()