Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:PointerTy

285     // Endian safe: Array[i] = (PointerTy)Dest;
656 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
875 if (StoreBytes != sizeof(PointerTy))
878 *((PointerTy*)Ptr) = Val.PointerVal;
935 Result.PointerVal = *((PointerTy*)Ptr);