Home
last modified time | relevance | path

Searched refs:isSafeWrap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp164 bool isSafeWrap(Instruction *I);
275 bool TypePromotionImpl::isSafeWrap(Instruction *I) { in isSafeWrap() function in TypePromotionImpl
776 if (isPromotedResultSafe(I) || isSafeWrap(I)) { in isLegalToPromote()