Searched refs:isSafeOverflow (Results 1 – 1 of 1) sorted by relevance
150 bool isSafeOverflow(Instruction *I);276 bool ARMCodeGenPrepare::isSafeOverflow(Instruction *I) { in isSafeOverflow() function in ARMCodeGenPrepare876 if (isPromotedResultSafe(V) || isSafeOverflow(I)) { in isLegalToPromote()