Searched defs:ConstantInfo (Results 1 – 2 of 2) sorted by relevance
89 struct ConstantInfo { struct90 ConstantInt *BaseConstant;91 RebasedConstantListType RebasedConstants;
1211 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local