Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h365 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2554 Code = bitc::CST_CODE_CE_CAST; in writeConstants()
3447 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in writeBlockInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2651 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in parseConstants()