Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h262 FUNC_CODE_INST_INBOUNDS_GEP= 30, // INBOUNDS_GEP: [n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp223 case bitc::FUNC_CODE_INST_INBOUNDS_GEP: return "INST_INBOUNDS_GEP"; in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2171 case bitc::FUNC_CODE_INST_INBOUNDS_GEP: in ParseFunctionBody()
2188 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP) in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp991 Code = bitc::FUNC_CODE_INST_INBOUNDS_GEP; in WriteInstruction()