Home
last modified time | relevance | path

Searched refs:hasPointerType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp437 static bool hasPointerType(mlir::Type type) { in hasPointerType() function
544 const bool storeHasPointerType = hasPointerType(addr.getType()); in conflictOnLoad()
559 } else if ((hasPointerType(ldTy) || storeHasPointerType)) { in conflictOnLoad()