Searched refs:PtrSizeMask (Results 1 – 2 of 2) sorted by relevance
205 uint64_t PtrSizeMask = ~0ULL >> (64 - IntPtrWidth); variable211 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
577 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EvaluateGEPOffsetExpression() local579 Offset &= PtrSizeMask; in EvaluateGEPOffsetExpression()580 VariableScale &= PtrSizeMask; in EvaluateGEPOffsetExpression()