Searched refs:checkIsIntegerConstant (Results 1 – 1 of 1) sorted by relevance
1572 static bool checkIsIntegerConstant(mlir::Attribute attr, std::int64_t conVal) { in checkIsIntegerConstant() function1578 static bool isZero(mlir::Attribute a) { return checkIsIntegerConstant(a, 0); } in isZero()1579 static bool isOne(mlir::Attribute a) { return checkIsIntegerConstant(a, 1); } in isOne()