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