Searched refs:RCKind (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp374 auto RCKind = parseRangeCheckICmp(L, ICI, SE, IndexVal, Length); local
376 if (RCKind == InductiveRangeCheck::RANGE_CHECK_UNKNOWN)
383 return RCKind;
406 auto RCKind = InductiveRangeCheck::parseRangeCheck(L, SE, BI->getCondition(), local
409 if (RCKind == InductiveRangeCheck::RANGE_CHECK_UNKNOWN)
413 assert((!(RCKind & InductiveRangeCheck::RANGE_CHECK_UPPER) || Length) &&
428 IRC->Kind = RCKind;

Completed in 78 milliseconds