Searched refs:TypeIsSExt (Results 1 – 1 of 1) sorted by relevance
116 typedef PointerIntPair<Type *, 1, bool> TypeIsSExt; typedef117 typedef DenseMap<Instruction *, TypeIsSExt> InstrToOrigTy;2985 PromotedInsts.insert(std::pair<Instruction *, TypeIsSExt>( in promoteOperandForOther()2986 ExtOpnd, TypeIsSExt(ExtOpnd->getType(), IsSExt))); in promoteOperandForOther()