Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticCanonicalization.td19 def SubIntAttrs : NativeCodeCall<"subIntegerAttrs($_builder, $0, $1, $2)">;
H A DArithmeticOps.cpp36 static IntegerAttr subIntegerAttrs(PatternRewriter &builder, Value res, in subIntegerAttrs() function