Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance
113 struct ConstantInfo { struct165 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;178 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo,193 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
286 template <class ConstantClass> struct ConstantInfo;287 template <> struct ConstantInfo<ConstantExpr> {291 template <> struct ConstantInfo<InlineAsm> {295 template <> struct ConstantInfo<ConstantArray> {299 template <> struct ConstantInfo<ConstantStruct> {303 template <> struct ConstantInfo<ConstantVector> {341 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;391 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;483 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;520 using ValType = typename ConstantInfo<ConstantClass>::ValType;[all …]
318 const ConstantInfo &ConstInfo, in findConstantInsertionPoint()633 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()643 ConstantInfo ConstInfo; in findAndMakeBaseConstant()842 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()844 for (const consthoist::ConstantInfo &ConstInfo : ConstInfoVec) { in emitBaseConstants()
2220 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local2221 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()