Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h165 CST_CODE_CE_INBOUNDS_GEP = 20,// INBOUNDS_GEP: [n x operands] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h168 CST_CODE_CE_INBOUNDS_GEP = 20,// Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h286 CST_CODE_CE_INBOUNDS_GEP = 20, // INBOUNDS_GEP: [n x operands] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h339 CST_CODE_CE_INBOUNDS_GEP = 20, // INBOUNDS_GEP: [n x operands] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp206 case bitc::CST_CODE_CE_INBOUNDS_GEP: return "CE_INBOUNDS_GEP"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1383 case bitc::CST_CODE_CE_INBOUNDS_GEP: in ParseConstants()
1395 bitc::CST_CODE_CE_INBOUNDS_GEP); in ParseConstants()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp894 Code = bitc::CST_CODE_CE_INBOUNDS_GEP; in WriteConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2362 case bitc::CST_CODE_CE_INBOUNDS_GEP: // [ty, n x operands] in parseConstants()
2378 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3098 case bitc::CST_CODE_CE_INBOUNDS_GEP: in parseConstants()
3125 bitc::CST_CODE_CE_INBOUNDS_GEP); in parseConstants()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2157 Code = bitc::CST_CODE_CE_INBOUNDS_GEP; in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2387 Code = bitc::CST_CODE_CE_INBOUNDS_GEP; in writeConstants()