Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h1266 APInt getZeroAPInt() const;
1283 return getZeroAPInt();
1288 APInt intZero = getZeroAPInt();
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp1422 APInt SparseElementsAttr::getZeroAPInt() const { in getZeroAPInt() function in SparseElementsAttr