Searched refs:isSafeWrap (Results 1 – 1 of 1) sorted by relevance
164 bool isSafeWrap(Instruction *I);275 bool TypePromotionImpl::isSafeWrap(Instruction *I) { in isSafeWrap() function in TypePromotionImpl776 if (isPromotedResultSafe(I) || isSafeWrap(I)) { in isLegalToPromote()