HomeSort by relevance Sort by last modified time
    Searched refs:PtrSizeMask (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 204 uint64_t PtrSizeMask = ~0ULL >> (64 - IntPtrWidth);
210 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 584 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
586 Offset &= PtrSizeMask;
587 VariableScale &= PtrSizeMask;
    [all...]

Completed in 42 milliseconds