Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h600 FUNC_CODE_INST_INBOUNDS_GEP_OLD = 30, // INBOUNDS_GEP: [n x operands] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5135 case bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD: in parseFunctionBody()
5149 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD) in parseFunctionBody()