Home
last modified time | relevance | path

Searched refs:BPTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp399 Type *BPTy = Type::getInt8PtrTy(BB->getContext()); in createMalloc() local
403 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL); in createMalloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp450 Type *BPTy = Type::getInt8PtrTy(BB->getContext()); in createMalloc() local
454 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()
/external/llvm/lib/IR/
DInstructions.cpp488 Type *BPTy = Type::getInt8PtrTy(BB->getContext()); in createMalloc() local
492 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, nullptr); in createMalloc()