Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp366 auto RCKind = parseRangeCheckICmp(L, ICI, SE, Index, Length); in extractRangeChecksFromCond() local
367 if (RCKind == InductiveRangeCheck::RANGE_CHECK_UNKNOWN) in extractRangeChecksFromCond()
382 IRC.Kind = RCKind; in extractRangeChecksFromCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp394 auto RCKind = parseRangeCheckICmp(L, ICI, SE, Index, Length, IsSigned); in extractRangeChecksFromCond() local
395 if (RCKind == InductiveRangeCheck::RANGE_CHECK_UNKNOWN) in extractRangeChecksFromCond()
411 assert(RCKind == InductiveRangeCheck::RANGE_CHECK_LOWER && "invariant!"); in extractRangeChecksFromCond()
425 IRC.Kind = RCKind; in extractRangeChecksFromCond()