Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance
269 template <class ConstantClass> struct ConstantInfo;270 template <> struct ConstantInfo<ConstantExpr> {274 template <> struct ConstantInfo<InlineAsm> {278 template <> struct ConstantInfo<ConstantArray> {282 template <> struct ConstantInfo<ConstantStruct> {286 template <> struct ConstantInfo<ConstantVector> {290 template <> struct ConstantInfo<ConstantPtrAuth> {327 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;378 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;483 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);
315 const ConstantInfo &ConstInfo, in findConstantInsertionPoint()611 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()621 ConstantInfo ConstInfo; in findAndMakeBaseConstant()823 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()825 for (const consthoist::ConstantInfo &ConstInfo : ConstInfoVec) { in emitBaseConstants()
2238 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local2239 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()