Lines Matching defs:pArg
209 Value pArg = funcOp.getArgument(1);
224 builder.create<arith::CmpIOp>(arith::CmpIPredicate::eq, pArg, zeroValue);
235 builder.create<arith::CmpIOp>(arith::CmpIPredicate::sle, pArg, zeroValue);
268 arith::CmpIPredicate::ne, builder.create<arith::AndIOp>(pArg, oneValue),
299 ValueRange{oneValue, bArg, pArg});
434 Value pArg = funcOp.getArgument(1);
452 builder.create<arith::CmpIOp>(arith::CmpIPredicate::eq, pArg, zeroPValue);
462 auto pIsNeg = builder.create<arith::CmpIOp>(arith::CmpIPredicate::sle, pArg,
466 builder.create<arith::CmpIOp>(arith::CmpIPredicate::eq, pArg, minPValue);
473 Value negP = builder.create<arith::SubIOp>(zeroPValue, pArg);
474 auto pInit = builder.create<arith::SelectOp>(pIsNeg, negP, pArg);