Searched refs:Is32BitArch (Results 1 – 1 of 1) sorted by relevance
310 bool Is32BitArch = PointerWidth == 32; in adjust() local311 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()312 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()313 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()