Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp403 b.create<arith::ShRUIOp>(operandBitcast, c23), expMask); in convertRoundOp() local
526 Value expMask = createIntConst(loc, iTy, (1ull << exponentWidth) - 1, b); convertRoundEvenOp() local