Searched refs:Is32BitArch (Results 1 – 1 of 1) sorted by relevance
388 bool Is32BitArch = MaxPointerWidth == 32; in adjust() local389 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()390 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()391 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()