Searched defs:getBFloatTy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 240 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } getBFloatTy() function in Type |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 546 Type *getBFloatTy() { getBFloatTy() function |