Searched refs:BPTy (Results 1 – 3 of 3) sorted by relevance
399 Type *BPTy = Type::getInt8PtrTy(BB->getContext()); in createMalloc() local403 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL); in createMalloc()
450 Type *BPTy = Type::getInt8PtrTy(BB->getContext()); in createMalloc() local454 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()
488 Type *BPTy = Type::getInt8PtrTy(BB->getContext()); in createMalloc() local492 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, nullptr); in createMalloc()