Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance
113 struct ConstantInfo { struct164 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;174 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo) const;188 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
397 template <class ConstantClass> struct ConstantInfo;398 template <> struct ConstantInfo<ConstantExpr> {402 template <> struct ConstantInfo<InlineAsm> {406 template <> struct ConstantInfo<ConstantArray> {410 template <> struct ConstantInfo<ConstantStruct> {414 template <> struct ConstantInfo<ConstantVector> {452 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;502 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;606 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;651 using ValType = typename ConstantInfo<ConstantClass>::ValType;[all …]
317 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()629 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()639 ConstantInfo ConstInfo; in findAndMakeBaseConstant()847 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
1950 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local1951 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()