Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1974 if (auto fpValue = value.dyn_cast<FloatAttr>()) in isZeroAttribute() local
1975 return fpValue.getValue().isZero(); in isZeroAttribute()