Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:PtrWidth

669       uint32_t PtrWidth = TD->getTypeSizeInBits(Op0->getType());
670 assert(PtrWidth <= 64 && "Bad pointer width");
671 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
678 uint32_t PtrWidth = TD->getTypeSizeInBits(CE->getType());
679 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);