Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Math/IR/
H A DMathOps.cpp49 return constFoldUnaryOpConditional<FloatAttr>( in fold()
67 return constFoldUnaryOpConditional<FloatAttr>( in fold()
85 return constFoldUnaryOpConditional<FloatAttr>( in fold()
103 return constFoldUnaryOpConditional<FloatAttr>( in fold()
121 return constFoldUnaryOpConditional<FloatAttr>( in fold()
139 return constFoldUnaryOpConditional<FloatAttr>( in fold()
206 return constFoldUnaryOpConditional<FloatAttr>( in fold()
224 return constFoldUnaryOpConditional<FloatAttr>( in fold()
242 return constFoldUnaryOpConditional<FloatAttr>( in fold()
260 return constFoldUnaryOpConditional<FloatAttr>( in fold()
[all …]
/llvm-project/mlir/include/mlir/Dialect/
H A DCommonFolders.h197 Attribute constFoldUnaryOpConditional(ArrayRef<Attribute> operands, in constFoldUnaryOpConditional() function
257 return constFoldUnaryOpConditional<AttrElementT, ElementValueT, PoisonAttr>( in constFoldUnaryOp()