Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h156 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h159 CST_CODE_CE_CAST = 11, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h276 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h329 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp204 case bitc::CST_CODE_CE_CAST: return "CE_CAST"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp875 Code = bitc::CST_CODE_CE_CAST; in WriteConstants()
1487 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2137 Code = bitc::CST_CODE_CE_CAST; in writeConstants()
3017 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in writeBlockInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2363 Code = bitc::CST_CODE_CE_CAST; in writeConstants()
3179 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in writeBlockInfo()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1370 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in ParseConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2346 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3082 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in parseConstants()