Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopSpecialization.cpp122 auto lbInt = getConstantIntValue(forOp.getLowerBound()); in peelForLoop() local
218 auto lbInt = getConstantIntValue(forOp.getLowerBound()); peelForLoopFirstIteration() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp99 std::optional<int64_t> lbInt = getConstantIntValue(lb); in addLoopRangeConstraints() local
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp278 unsigned lbInt = lbConstant.value(); loopScheduling() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1510 if (auto lbInt = getConstantValue(lb)) { getExtentFromTriplet() local