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 192 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
197 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 548 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
550 Offset &= PtrSizeMask;
551 VariableScale &= PtrSizeMask;
    [all...]

Completed in 82 milliseconds