OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeAllowedICmpRegion
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h
103
static ConstantRange
makeAllowedICmpRegion
(CmpInst::Predicate Pred,
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
78
ConstantRange ConstantRange::
makeAllowedICmpRegion
(CmpInst::Predicate Pred,
86
llvm_unreachable("Invalid ICmp predicate to
makeAllowedICmpRegion
()");
134
return
makeAllowedICmpRegion
(CmpInst::getInversePredicate(Pred), CR)
141
// by
makeAllowedICmpRegion
and makeSatisfyingICmpRegion. This is always true
143
// However for non-singleton RHS, for example ult [2,5)
makeAllowedICmpRegion
146
assert(
makeAllowedICmpRegion
(Pred, C) == makeSatisfyingICmpRegion(Pred, C));
147
return
makeAllowedICmpRegion
(Pred, C);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp
1072
ConstantRange::
makeAllowedICmpRegion
(Pred, RHSRange);
ValueTracking.cpp
6428
ConstantRange::
makeAllowedICmpRegion
(BPred, C2->getValue());
ScalarEvolution.cpp
11173
ConstantRange::
makeAllowedICmpRegion
(Pred, ConstFoundRHS);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp
1265
ImposedCR = ConstantRange::
makeAllowedICmpRegion
(
SimplifyIndVar.cpp
2005
ConstantRange::
makeAllowedICmpRegion
(P, CmpRHSRange);
SimplifyCFG.cpp
624
ConstantRange Span = ConstantRange::
makeAllowedICmpRegion
(
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
7342
ConstantRange::
makeAllowedICmpRegion
(CmpI->getPredicate(), RHSAARange);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
1481
ConstantRange CR = ConstantRange::
makeAllowedICmpRegion
(Pred, *C);
Completed in 48 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026