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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp542 BinaryOperator &BinOP = *cast<BinaryOperator>(I); local
543 BinOP.setHasNoSignedWrap(false);
544 BinOP.setHasNoUnsignedWrap(false);

Completed in 178 milliseconds