Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance
89 struct ConstantInfo { struct124 SmallVector<consthoist::ConstantInfo, 8> ConstantVec;128 const consthoist::ConstantInfo &ConstInfo) const;
338 template <class ConstantClass> struct ConstantInfo;339 template <> struct ConstantInfo<ConstantExpr> {343 template <> struct ConstantInfo<InlineAsm> {347 template <> struct ConstantInfo<ConstantArray> {351 template <> struct ConstantInfo<ConstantStruct> {355 template <> struct ConstantInfo<ConstantVector> {388 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;432 typedef ConstantInfo<InlineAsm>::TypeClass TypeClass;502 typedef ConstantInfo<ConstantExpr>::TypeClass TypeClass;543 typedef typename ConstantInfo<ConstantClass>::ValType ValType;[all …]
145 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()396 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
1211 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local1212 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()