Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance
112 struct ConstantInfo { struct163 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;173 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo) const;187 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
319 template <class ConstantClass> struct ConstantInfo;320 template <> struct ConstantInfo<ConstantExpr> {324 template <> struct ConstantInfo<InlineAsm> {328 template <> struct ConstantInfo<ConstantArray> {332 template <> struct ConstantInfo<ConstantStruct> {336 template <> struct ConstantInfo<ConstantVector> {374 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;424 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;516 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;557 using ValType = typename ConstantInfo<ConstantClass>::ValType;[all …]
317 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()637 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()647 ConstantInfo ConstInfo; in findAndMakeBaseConstant()854 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
2118 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local2119 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()