Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp141 bool hasHighPad = getConstantIntValue(high) != static_cast<int64_t>(0); in bubbleUpPadSlice() local
212 Value newHigh = hasHighPad ? sub(sub(length, newLength), newLow) : zero; in bubbleUpPadSlice()