Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:PtrWidth

718       uint32_t PtrWidth = DL->getTypeSizeInBits(Op0->getType());
719 assert(PtrWidth <= 64 && "Bad pointer width");
720 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
727 uint32_t PtrWidth = DL->getTypeSizeInBits(CE->getType());
728 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);