Searched refs:outBoxTy (Results 1 – 1 of 1) sorted by relevance
2220 auto outBoxTy = getType(); in verify() local2221 if (fir::isa_unknown_size_box(outBoxTy)) in verify()2225 auto outRank = getBoxRank(outBoxTy); in verify()2226 auto outEleTy = getBoxScalarEleTy(outBoxTy); in verify()