OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simplifyRangeCheck
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
105
Value *
simplifyRangeCheck
(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
InstCombineAndOrXor.cpp
691
Value *InstCombinerImpl::
simplifyRangeCheck
(ICmpInst *Cmp0, ICmpInst *Cmp1,
1242
if (Value *V =
simplifyRangeCheck
(LHS, RHS, /*Inverted=*/false))
1246
if (Value *V =
simplifyRangeCheck
(RHS, LHS, /*Inverted=*/false))
2479
if (Value *V =
simplifyRangeCheck
(LHS, RHS, /*Inverted=*/true))
2483
if (Value *V =
simplifyRangeCheck
(RHS, LHS, /*Inverted=*/true))
Completed in 30 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026