Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp119 static cl::opt<bool> AllowUnsignedLatchCondition("irce-allow-unsigned-latch", variable
930 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
995 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()