Lines Matching defs:zeroValue
211 Value zeroValue = builder.create<arith::ConstantOp>(
224 builder.create<arith::CmpIOp>(arith::CmpIPredicate::eq, pArg, zeroValue);
235 builder.create<arith::CmpIOp>(arith::CmpIPredicate::sle, pArg, zeroValue);
239 builder.create<arith::CmpIOp>(arith::CmpIPredicate::eq, bArg, zeroValue);
243 builder.create<arith::DivSIOp>(oneValue, zeroValue).getResult());
269 zeroValue);
291 builder.create<func::ReturnOp>(zeroValue);
318 builder.create<arith::AndIOp>(powerTmp, oneValue), zeroValue);
339 newPowerTmp, zeroValue);
688 Value zeroValue = builder.create<arith::ConstantOp>(
692 builder.create<arith::CmpIOp>(arith::CmpIPredicate::eq, arg, zeroValue);
729 loc, arith::CmpIPredicate::slt, argIter, zeroValue);