Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DType.h456 static PointerType *getBFloatPtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm-project/llvm/lib/IR/
DType.cpp198 PointerType *Type::getBFloatPtrTy(LLVMContext &C, unsigned AS) { in getBFloatPtrTy() function in Type