Searched refs:PtrSizeMask (Results 1 – 2 of 2) sorted by relevance
204 uint64_t PtrSizeMask = ~0ULL >> (64 - IntPtrWidth); variable210 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
584 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EvaluateGEPOffsetExpression() local586 Offset &= PtrSizeMask; in EvaluateGEPOffsetExpression()587 VariableScale &= PtrSizeMask; in EvaluateGEPOffsetExpression()