Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp117 static cl::opt<bool> AllowUnsignedLatchCondition("irce-allow-unsigned-latch", variable
928 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
993 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()