Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1303 static Attribute getBoolAttribute(Type type, MLIRContext *ctx, bool value) { in getBoolAttribute() function
1317 return getBoolAttribute(getType(), getContext(), val); in fold()