Searched refs:TypeIsSExt (Results 1 – 1 of 1) sorted by relevance
112 struct TypeIsSExt { struct115 TypeIsSExt(Type *Ty, bool IsSExt) : Ty(Ty), IsSExt(IsSExt) {} in TypeIsSExt() function117 typedef DenseMap<Instruction *, TypeIsSExt> InstrToOrigTy;2507 PromotedInsts.insert(std::pair<Instruction *, TypeIsSExt>( in promoteOperandForOther()2508 ExtOpnd, TypeIsSExt(ExtOpnd->getType(), IsSExt))); in promoteOperandForOther()