Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DVTEmitter.cpp48 auto OutputVT = IsVector ? VT->getValueAsDef("ElementType") : VT; in vTtoGetLlvmTyString() local
49 int64_t OutputVTSize = OutputVT->getValueAsInt("Size"); in vTtoGetLlvmTyString()
51 if (OutputVT->getValueAsBit("isFP")) { in vTtoGetLlvmTyString()
53 auto OutputVTName = OutputVT->getValueAsString("LLVMName"); in vTtoGetLlvmTyString()
74 } else if (OutputVT->getValueAsBit("isInteger")) { in vTtoGetLlvmTyString()