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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp50 QuotRemPair(Value *InQuotient, Value *InRemainder) argument
51 : Quotient(InQuotient), Remainder(InRemainder) {}

Completed in 160 milliseconds