Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h566 FUNC_CODE_INST_STORE = 44, // STORE: [ptrty,ptr,valty,val, align, vol] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5044 case bitc::FUNC_CODE_INST_STORE: in parseFunctionBody()
5050 (BitCode == bitc::FUNC_CODE_INST_STORE in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3075 Code = bitc::FUNC_CODE_INST_STORE; in writeInstruction()