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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 424 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
429 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
InstCombineCompares.cpp 547 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
549 Offset &= PtrSizeMask;
550 VariableScale &= PtrSizeMask;
    [all...]

Completed in 38 milliseconds