Searched defs:ConstantInfo (Results 1 – 2 of 2) sorted by relevance
112 struct ConstantInfo { struct116 ConstantInt *BaseInt;117 ConstantExpr *BaseExpr;118 RebasedConstantListType RebasedConstants;
2177 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local