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