Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/IR/
H A DMathOps.cpp95 return constFoldUnaryOpConditional<FloatAttr>( in fold()
115 return constFoldUnaryOpConditional<FloatAttr>( in fold()
135 return constFoldUnaryOpConditional<FloatAttr>( in fold()
156 return constFoldUnaryOpConditional<FloatAttr>( in fold()
197 return constFoldUnaryOpConditional<FloatAttr>( in fold()
218 return constFoldUnaryOpConditional<FloatAttr>( in fold()
236 return constFoldUnaryOpConditional<FloatAttr>( in fold()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/
H A DCommonFolders.h104 Attribute constFoldUnaryOpConditional(ArrayRef<Attribute> operands, in constFoldUnaryOpConditional() function
151 return constFoldUnaryOpConditional<AttrElementT>( in constFoldUnaryOp()