Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp479 bool isUniformShape(Value *V) { in isUniformShape() function in __anon7e59d9a20111::LowerMatrixIntrinsics
516 return isUniformShape(V) || isa<StoreInst>(V) || isa<LoadInst>(V); in supportsShapeInfo()
562 } else if (isUniformShape(Inst)) { in propagateShapeForward()
638 } else if (isUniformShape(V)) { in propagateShapeBackward()