Searched refs:parseRangeCheckICmp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 124 static RangeCheckKind parseRangeCheckICmp(Loop *L, ICmpInst *ICI, 254 InductiveRangeCheck::parseRangeCheckICmp(Loop *L, ICmpInst *ICI, in parseRangeCheckICmp() function in InductiveRangeCheck 366 auto RCKind = parseRangeCheckICmp(L, ICI, SE, Index, Length); in extractRangeChecksFromCond()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 161 static RangeCheckKind parseRangeCheckICmp(Loop *L, ICmpInst *ICI, 312 InductiveRangeCheck::parseRangeCheckICmp(Loop *L, ICmpInst *ICI, in parseRangeCheckICmp() function in InductiveRangeCheck 394 auto RCKind = parseRangeCheckICmp(L, ICI, SE, Index, Length, IsSigned); in extractRangeChecksFromCond()
|