OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Divisor
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp
31
Value *
Divisor
;
34
: SignedOp(InSignedOp), Dividend(InDividend),
Divisor
(InDivisor) {}
52
Val1.
Divisor
== Val2.
Divisor
;
65
reinterpret_cast<uintptr_t>(Val.
Divisor
)) ^
86
Value *
Divisor
= Instr->getOperand(1);
88
if (isa<ConstantInt>(
Divisor
) ||
89
(isa<ConstantInt>(Dividend) && isa<ConstantInt>(
Divisor
))) {
108
SlowQuotientV = SlowBuilder.CreateSDiv(Dividend,
Divisor
);
109
SlowRemainderV = SlowBuilder.CreateSRem(Dividend,
Divisor
);
[
all
...]
/external/dropbear/libtommath/
bn.tex
[
all
...]
Completed in 37 milliseconds