Searched defs:ConstantInfo (Results 1 – 2 of 2) sorted by relevance
115 struct ConstantInfo { struct119 ConstantInt *BaseInt;120 ConstantExpr *BaseExpr;121 RebasedConstantListType RebasedConstants;
2229 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local