Searched refs:expandRemainder (Results 1 – 3 of 3) sorted by relevance
354 bool llvm::expandRemainder(BinaryOperator *Rem) { in expandRemainder() function in llvm470 return expandRemainder(Rem); in expandRemainderUpTo32Bits()497 return expandRemainder(cast<BinaryOperator>(ExtRem)); in expandRemainderUpTo32Bits()516 return expandRemainder(Rem); in expandRemainderUpTo64Bits()543 return expandRemainder(cast<BinaryOperator>(ExtRem)); in expandRemainderUpTo64Bits()
32 bool expandRemainder(BinaryOperator *Rem);
138 expandRemainder(I); in runImpl()