OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandDivision
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
IntegerDivision.h
42
bool
expandDivision
(BinaryOperator* Div);
59
/// code. Uses
ExpandDivision
with a 32bit Div which makes it useful for
66
/// code. Uses
ExpandDivision
with a 64bit Div.
/external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp
420
expandDivision
(UDiv);
434
bool llvm::
expandDivision
(BinaryOperator *Div) {
597
return
expandDivision
(Div);
624
return
expandDivision
(cast<BinaryOperator>(ExtDiv));
646
return
expandDivision
(Div);
673
return
expandDivision
(cast<BinaryOperator>(ExtDiv));
/external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp
46
expandDivision
(cast<BinaryOperator>(Div));
76
expandDivision
(cast<BinaryOperator>(Div));
167
expandDivision
(cast<BinaryOperator>(Div));
197
expandDivision
(cast<BinaryOperator>(Div));
Completed in 1502 milliseconds