Lines Matching defs:whereOp
4898 hlfir::WhereOp whereOp;
4903 whereOp = builder->create<hlfir::WhereOp>(loc);
4904 builder->createBlock(&whereOp.getMaskRegion());
4916 if (whereOp)
4917 builder->createBlock(&whereOp.getBody());
4935 if (whereOp) {
4939 builder->setInsertionPointAfter(whereOp);
5035 auto whereOp = builder->create<hlfir::WhereOp>(loc);
5036 builder->createBlock(&whereOp.getMaskRegion());
5038 builder->createBlock(&whereOp.getBody());
5041 builder->setInsertionPointAfter(whereOp);