Home
last modified time | relevance | path

Searched defs:isF16 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypes.cpp49 bool Type::isF16() const { return llvm::isa<Float16Type>(*this); } isF16() function in Type
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp924 bool isF16 = getTypeA() == WGMMATypes::f16 || getTypeA() == WGMMATypes::bf16; getPtx() local
978 bool isF16 = getTypeA() == WGMMATypes::f16 || getTypeA() == WGMMATypes::bf16; getAsmValues() local