Searched refs:InstrToOrigTy (Results 1 – 1 of 1) sorted by relevance
299 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef335 InstrToOrigTy PromotedInsts;3471 InstrToOrigTy &PromotedInsts;3494 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()3520 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match()4377 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst()4380 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()4399 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType()4402 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType()4420 const InstrToOrigTy &PromotedInsts, bool IsSExt);[all …]