OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PtrSizeMask
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Local.h
199
uint64_t
PtrSizeMask
= ~0ULL >> (64 - IntPtrWidth);
205
uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) &
PtrSizeMask
;
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
581
uint64_t
PtrSizeMask
= ~0ULL >> (64-IntPtrWidth);
583
Offset &=
PtrSizeMask
;
584
VariableScale &=
PtrSizeMask
;
[
all
...]
Completed in 429 milliseconds