Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp283 auto OpShape = ShapeMap.find(MatrixA); in computeShapeInfoForInst() local
284 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()
285 return OpShape->second; in computeShapeInfoForInst()
291 auto OpShape = ShapeMap.find(Op.get()); in computeShapeInfoForInst() local
292 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()
293 return OpShape->second; in computeShapeInfoForInst()