Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h165 CST_CODE_CE_INBOUNDS_GEP = 20,// INBOUNDS_GEP: [n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp206 case bitc::CST_CODE_CE_INBOUNDS_GEP: return "CE_INBOUNDS_GEP"; in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1345 case bitc::CST_CODE_CE_INBOUNDS_GEP: in ParseConstants()
1354 if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in ParseConstants()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp857 Code = bitc::CST_CODE_CE_INBOUNDS_GEP; in WriteConstants()