OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandRemainder
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
IntegerDivision.h
33
bool
expandRemainder
(BinaryOperator *Rem);
/external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp
106
expandRemainder
(cast<BinaryOperator>(Rem));
136
expandRemainder
(cast<BinaryOperator>(Rem));
227
expandRemainder
(cast<BinaryOperator>(Rem));
257
expandRemainder
(cast<BinaryOperator>(Rem));
/external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp
376
bool llvm::
expandRemainder
(BinaryOperator *Rem) {
500
return
expandRemainder
(Rem);
527
return
expandRemainder
(cast<BinaryOperator>(ExtRem));
548
return
expandRemainder
(Rem);
575
return
expandRemainder
(cast<BinaryOperator>(ExtRem));
Completed in 773 milliseconds