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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp479 bool isUniformShape(Value *V) { function in class:__anon4683::LowerMatrixIntrinsics
515 return isUniformShape(V) || isa<StoreInst>(V) || isa<LoadInst>(V);
562 } else if (isUniformShape(Inst)) {
639 } else if (isUniformShape(V)) {

Completed in 69 milliseconds