Lines Matching refs:staticHigh
1867 ArrayRef<int64_t> staticHigh, in inferResultType() argument
1871 assert(staticHigh.size() == rank && "unexpected staticHigh size mismatch"); in inferResultType()
1879 staticHigh[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()
1901 b.getI64ArrayAttr(staticHigh), nofold ? b.getUnitAttr() : UnitAttr()); in build()
1922 SmallVector<int64_t, 4> staticLow, staticHigh; in build() local
1929 dispatchIndexOpFoldResults(high, dynamicHigh, staticHigh, in build()
1932 resultType = PadOp::inferResultType(sourceType, staticLow, staticHigh); in build()
1935 b.getI64ArrayAttr(staticLow), b.getI64ArrayAttr(staticHigh), in build()