Searched refs:maintainNoSignedWrap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp215 static bool maintainNoSignedWrap(BinaryOperator &I, Value *B, Value *C) { function
353 bool IsNSW = maintainNoSignedWrap(I, B, C) && hasNoSignedWrap(*Op0);

Completed in 67 milliseconds