OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeStoreSizeInBits
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
TargetData.h
214
///
getTypeStoreSizeInBits
- Return the maximum number of bits that may be
217
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
GVN.cpp
692
uint64_t StoreSize = TD.
getTypeStoreSizeInBits
(StoredValTy);
693
uint64_t LoadSize = TD.
getTypeStoreSizeInBits
(LoadedTy);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
Completed in 270 milliseconds