Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/
H A DCommonFolders.h30 Attribute constFoldBinaryOpConditional(ArrayRef<Attribute> operands, in constFoldBinaryOpConditional() function
92 return constFoldBinaryOpConditional<AttrElementT>( in constFoldBinaryOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Math/IR/
H A DMathOps.cpp178 return constFoldBinaryOpConditional<FloatAttr>( in fold()