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.cpp323 auto OpShape = ShapeMap.find(MatrixA); in computeShapeInfoForInst() local
324 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()
325 return OpShape->second; in computeShapeInfoForInst()
333 auto OpShape = ShapeMap.find(Op.get()); in computeShapeInfoForInst() local
334 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()
335 return OpShape->second; in computeShapeInfoForInst()