OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByValAlign
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Target/
TargetCallingConv.h
41
static const uint64_t
ByValAlign
= 0xFULL<<7; ///< Struct alignment
79
((One << ((Flags &
ByValAlign
) >> ByValAlignOffs)) / 2);
82
Flags = (Flags & ~
ByValAlign
) |
/external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
[
all
...]
Completed in 95 milliseconds