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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1035 bool Rem2IsSigned; local
1037 if (MatchRem(MulOpV, RemOpV, C1, Rem2IsSigned) &&
1038 IsSigned == Rem2IsSigned) {

Completed in 103 milliseconds