Searched refs:InstrToOrigTy (Results 1 – 1 of 1) sorted by relevance
265 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef299 InstrToOrigTy PromotedInsts;3124 InstrToOrigTy &PromotedInsts;3147 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()3173 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match()4021 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst()4025 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()4044 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType()4048 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType()4066 const InstrToOrigTy &PromotedInsts, bool IsSExt);[all …]