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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h275 FUNC_CODE_INST_GEP = 4, // GEP: [n x operands] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp224 case bitc::FUNC_CODE_INST_GEP: return "INST_GEP";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1214 Code = bitc::FUNC_CODE_INST_GEP;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2314 case bitc::FUNC_CODE_INST_GEP: { // GEP: [n x operands]

Completed in 205 milliseconds