Searched refs:aDim (Results 1 – 2 of 2) sorted by relevance
8 %aDim = fir.shape %n : (index) -> !fir.shape<1>9 …%a = fir.embox %aMem(%aDim) : (!fir.ref<!fir.array<?xi32>>, !fir.shape<1>) -> !fir.box<!fir.array<…
608 int64_t aDim = aT.getDimSize(i), bDim = bT.getDimSize(i); in areCastCompatible() local609 if (aDim != -1 && bDim != -1 && aDim != bDim) in areCastCompatible()