Home
last modified time | relevance | path

Searched defs:minConstant (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopSpecialization.cpp52 int64_t minConstant = std::numeric_limits<int64_t>::max(); in specializeParallelLoopForUnrolling() local
88 int64_t minConstant = std::numeric_limits<int64_t>::max(); in specializeForLoopForUnrolling() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp874 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) { in minConstant() function in HexagonMCInstrInfo