Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Math/IR/
H A DMathOps.cpp332 APInt minusOneValue{width, -1ULL, /*isSigned=*/true}; in fold() local
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp215 Value minusOneValue = builder.create<arith::ConstantOp>( in createElementIPowIFunc() local