Searched refs:InstrToOrigTy (Results 1 – 1 of 1) sorted by relevance
289 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef324 InstrToOrigTy PromotedInsts;3248 InstrToOrigTy &PromotedInsts;3271 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()3297 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match()4140 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst()4143 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()4162 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType()4165 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType()4183 const InstrToOrigTy &PromotedInsts, bool IsSExt);[all …]