Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance
258 template <class ConstantClass> struct ConstantInfo;259 template <> struct ConstantInfo<ConstantExpr> {263 template <> struct ConstantInfo<InlineAsm> {267 template <> struct ConstantInfo<ConstantArray> {271 template <> struct ConstantInfo<ConstantStruct> {275 template <> struct ConstantInfo<ConstantVector> {279 template <> struct ConstantInfo<ConstantPtrAuth> {317 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;367 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;474 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;[all …]
115 struct ConstantInfo { struct167 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;181 const consthoist::ConstantInfo &ConstInfo,196 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
320 const ConstantInfo &ConstInfo, in findConstantInsertionPoint()638 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()648 ConstantInfo ConstInfo; in findAndMakeBaseConstant()850 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()852 for (const consthoist::ConstantInfo &ConstInfo : ConstInfoVec) { in emitBaseConstants()
2229 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local2230 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()