Home
last modified time | relevance | path

Searched defs:ubInt (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopSpecialization.cpp123 auto ubInt = getConstantIntValue(forOp.getUpperBound()); in peelForLoop() local
219 auto ubInt = getConstantIntValue(forOp.getUpperBound()); peelForLoopFirstIteration() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp100 std::optional<int64_t> ubInt = getConstantIntValue(ub); in addLoopRangeConstraints() local
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp277 unsigned ubInt = ubConstant.value(); loopScheduling() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1511 if (auto ubInt = getConstantValue(ub)) { getExtentFromTriplet() local