Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp629 auto OpShape = ShapeMap.find(MatrixA); in propagateShapeForward() local
630 if (OpShape != ShapeMap.end()) in propagateShapeForward()
631 setShapeInfo(Inst, OpShape->second); in propagateShapeForward()
636 auto OpShape = ShapeMap.find(Op.get()); in propagateShapeForward() local
637 if (OpShape != ShapeMap.end()) { in propagateShapeForward()
638 Propagate |= setShapeInfo(Inst, OpShape->second); in propagateShapeForward()