Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp38 auto OutputVT = IsVector ? VT->getValueAsDef("ElementType") : VT; in VTtoGetLLVMTyString() local
39 int64_t OutputVTSize = OutputVT->getValueAsInt("Size"); in VTtoGetLLVMTyString()
41 if (OutputVT->getValueAsBit("isFP")) { in VTtoGetLLVMTyString()
43 auto OutputVTName = OutputVT->getValueAsString("LLVMName"); in VTtoGetLLVMTyString()
64 } else if (OutputVT->getValueAsBit("isInteger")) { in VTtoGetLLVMTyString()