Searched refs:PtrBits (Results 1 – 2 of 2) sorted by relevance
692 uint64_t PtrBits = Ctx.getTypeSize(Ctx.VoidPtrTy); in HandleIntegralOrEnumType() local693 QualType UIntTy = Ctx.getBitIntType(/*Unsigned=*/true, PtrBits); in HandleIntegralOrEnumType()
1370 const unsigned PtrBits = AsmParser.getABI().ArePtrs64bit() ? 64 : 32; in isMemWithPtrSizeOffset() local1372 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()1376 return IsReloc && isIntN(PtrBits, Res.getConstant()); in isMemWithPtrSizeOffset()