Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h138 TYPE_CODE_DOUBLE = 4, // DOUBLE enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp927 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; in writeTypeTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1733 case bitc::TYPE_CODE_DOUBLE: // DOUBLE in parseTypeTableBody()