reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
747 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); 747 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); 748 assert(GV.IntVal.getBitWidth() <= 64 && "Bad pointer width"); 749 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue())); 749 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue())); 750 return GV;