reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
403 PointerType *IntPtrPtrTy = IntPtrTy->getPointerTo(); 406 FunctionType::get(Type::getVoidTy(Context), {IntPtrTy, IntPtrTy}, false); 406 FunctionType::get(Type::getVoidTy(Context), {IntPtrTy, IntPtrTy}, false); 415 X = new LoadInst(IntPtrTy, new IntToPtrInst(X, IntPtrPtrTy, "", EntryBB), 418 Y = new LoadInst(IntPtrTy, new IntToPtrInst(Y, IntPtrPtrTy, "", EntryBB),