Searched refs:inputBoxTy (Results 1 – 1 of 1) sorted by relevance
2217 auto inputBoxTy = getBox().getType(); in verify() local2218 if (fir::isa_unknown_size_box(inputBoxTy)) in verify()2223 auto inputRank = getBoxRank(inputBoxTy); in verify()2224 auto inputEleTy = getBoxScalarEleTy(inputBoxTy); in verify()