Home
last modified time | relevance | path

Searched refs:OPERAND_BUNDLE_TAG (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h183 OPERAND_BUNDLE_TAG = 1, // TAG: [strchr x N] enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp396 case bitc::OPERAND_BUNDLE_TAG: in GetCodeName()
DBitcodeReader.cpp2589 if (MaybeRecord.get() != bitc::OPERAND_BUNDLE_TAG) in parseOperandBundleTags()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2459 Stream.EmitRecord(bitc::OPERAND_BUNDLE_TAG, Record, 0); in writeOperandBundleTags()