HomeSort by relevance Sort by last modified time
    Searched refs:BPTy (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 399 Type *BPTy = Type::getInt8PtrTy(BB->getContext());
403 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 488 Type *BPTy = Type::getInt8PtrTy(BB->getContext());
492 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, nullptr);
    [all...]

Completed in 2214 milliseconds