Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp506 static constexpr uint8_t BlockAddressOpcode = 250; member in __anon933571fe0411::BitcodeConstant
507 static constexpr uint8_t FirstSpecialOpcode = BlockAddressOpcode;
1521 case BitcodeConstant::BlockAddressOpcode: { in materializeValue()
3531 {BitcodeConstant::BlockAddressOpcode, 0, (unsigned)Record[2]}, in parseConstants()