Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp327 Type *BPTy = PointerType::getUnqual(Context); in CreateMalloc() local
331 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in CreateMalloc()