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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h309 FUNC_CODE_INST_INBOUNDS_GEP= 30, // INBOUNDS_GEP: [n x operands] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp225 case bitc::FUNC_CODE_INST_INBOUNDS_GEP: return "INST_INBOUNDS_GEP";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2313 case bitc::FUNC_CODE_INST_INBOUNDS_GEP:
2330 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP)
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1216 Code = bitc::FUNC_CODE_INST_INBOUNDS_GEP;

Completed in 127 milliseconds