Searched defs:allOnes (Results 1 – 5 of 5) sorted by relevance
517 bool allOnes = true; in fold() local
54 static uint64_t allOnes(unsigned int Count) { in allOnes() function
98 static uint64_t allOnes(unsigned int Count) { in allOnes() function
204 auto allOnes = rewriter.create<arith::ConstantOp>(loc, allOnesAttr); in createLinalgBodyCalculationForElementwiseOp() local
3490 mlir::Value allOnes = builder.createIntegerConstant(loc, resultType, -1); in genNot() local