Home
last modified time | relevance | path

Searched defs:QuotRemPair (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp46 struct QuotRemPair { struct
47 Value *Quotient;
48 Value *Remainder;
50 QuotRemPair(Value *InQuotient, Value *InRemainder) in QuotRemPair() function