Home
last modified time | relevance | path

Searched defs:truncFOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DLegalizeToF32.cpp
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateUnsupportedFloats.cpp98 auto truncFOp = rewriter.create<arith::TruncFOp>(loc, oldType, res); rewrite() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1395 if (auto truncFOp = getOperand().getDefiningOp<TruncFOp>()) { fold() local