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);
317 template <class ConstantClass> struct ConstantInfo;318 template <> struct ConstantInfo<ConstantExpr> {322 template <> struct ConstantInfo<InlineAsm> {326 template <> struct ConstantInfo<ConstantArray> {330 template <> struct ConstantInfo<ConstantStruct> {334 template <> struct ConstantInfo<ConstantVector> {372 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;422 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;514 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;553 using ValType = typename ConstantInfo<ConstantClass>::ValType;[all …]
315 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()635 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()645 ConstantInfo ConstInfo; in findAndMakeBaseConstant()852 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
2177 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local2178 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()