OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Denominator
(Results
26 - 33
of
33
) sorted by null
1
2
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
ScalarEvolution.cpp
698
//
Denominator
.
700
const SCEV *
Denominator
, const SCEV **Quotient,
702
assert(Numerator &&
Denominator
&& "Uninitialized SCEV");
704
SCEVDivision D(SE, Numerator,
Denominator
);
708
if (Numerator ==
Denominator
) {
721
if (
Denominator
->isOne()) {
727
// Split the
Denominator
when it is a product.
728
if (const SCEVMulExpr *T = dyn_cast<SCEVMulExpr>(
Denominator
)) {
736
// the
Denominator
.
753
// Expr by
Denominator
for the following functions with empty implementation
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h
224
UINT
Denominator
;
dxva2api.h
272
UINT
Denominator
;
[
all
...]
ks.h
[
all
...]
wingdi.h
[
all
...]
mfobjects.h
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
[
all
...]
Completed in 430 milliseconds
1
2