Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp503 static constexpr uint8_t ConstantVectorOpcode = 253; member in __anon933571fe0411::BitcodeConstant
1562 case BitcodeConstant::ConstantVectorOpcode: in materializeValue()
1626 case BitcodeConstant::ConstantVectorOpcode: { in materializeValue()
3124 Alloc, CurTy, BitcodeConstant::ConstantVectorOpcode, Elts); in parseConstants()