Home
last modified time | relevance | path

Searched refs:CST_CODE_CE_INBOUNDS_GEP (Results 1 – 7 of 7) 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/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h286 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/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()