Lines Matching refs:createOrFold
5087 return b.createOrFold<arith::AddIOp>(loc, v1, v2); in makeArithReduction()
5089 return b.createOrFold<arith::AddFOp>(loc, v1, v2); in makeArithReduction()
5093 return b.createOrFold<arith::AndIOp>(loc, v1, v2); in makeArithReduction()
5097 return b.createOrFold<arith::MaxFOp>(loc, v1, v2); in makeArithReduction()
5101 return b.createOrFold<arith::MinFOp>(loc, v1, v2); in makeArithReduction()
5104 return b.createOrFold<arith::MaxSIOp>(loc, v1, v2); in makeArithReduction()
5107 return b.createOrFold<arith::MinSIOp>(loc, v1, v2); in makeArithReduction()
5110 return b.createOrFold<arith::MaxUIOp>(loc, v1, v2); in makeArithReduction()
5113 return b.createOrFold<arith::MinUIOp>(loc, v1, v2); in makeArithReduction()
5116 return b.createOrFold<arith::MulIOp>(loc, v1, v2); in makeArithReduction()
5118 return b.createOrFold<arith::MulFOp>(loc, v1, v2); in makeArithReduction()
5122 return b.createOrFold<arith::OrIOp>(loc, v1, v2); in makeArithReduction()
5125 return b.createOrFold<arith::XOrIOp>(loc, v1, v2); in makeArithReduction()