Lines Matching refs:staticLow
1866 ArrayRef<int64_t> staticLow, in inferResultType() argument
1870 assert(staticLow.size() == rank && "unexpected staticLow size mismatch"); in inferResultType()
1878 staticLow[i] == ShapedType::kDynamicSize || in inferResultType()
1883 int64_t size = sourceType.getDimSize(i) + staticLow[i] + staticHigh[i]; in inferResultType()
1895 ArrayRef<int64_t> staticLow, ArrayRef<int64_t> staticHigh, in build() argument
1899 auto resultType = inferResultType(sourceType, staticLow, staticHigh); in build()
1900 build(b, result, resultType, source, low, high, b.getI64ArrayAttr(staticLow), in build()
1922 SmallVector<int64_t, 4> staticLow, staticHigh; in build() local
1927 dispatchIndexOpFoldResults(low, dynamicLow, staticLow, in build()
1932 resultType = PadOp::inferResultType(sourceType, staticLow, staticHigh); in build()
1935 b.getI64ArrayAttr(staticLow), b.getI64ArrayAttr(staticHigh), in build()