Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_INBOUNDS_GEP_OLD (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h330 FUNC_CODE_INST_INBOUNDS_GEP_OLD = 30, // INBOUNDS_GEP: [n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp227 case bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD: in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3467 case bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD: in ParseFunctionBody()
3479 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in ParseFunctionBody()