Searched refs:hasExtendCoorRef (Results 1 – 3 of 3) sorted by relevance
60 return hasExtendCoorRef() ? *extendCoorRef : [](mlir::Value v) { return v; }; in getExtendCoorRef()
7036 if (components.hasExtendCoorRef()) { in applyPathToArrayLoad()7108 if (components.hasExtendCoorRef()) { in applyPathToArrayLoad()7134 if (components.hasExtendCoorRef()) in applyPathToArrayLoad()
52 bool hasExtendCoorRef() const { return extendCoorRef.has_value(); } in hasExtendCoorRef() function