OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeExactICmpRegion
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h
124
static ConstantRange
makeExactICmpRegion
(CmpInst::Predicate Pred,
166
/// ConstantRange::
makeExactICmpRegion
(Pred, RHS) == *this. Return true if
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GuardWidening.cpp
513
ConstantRange::
makeExactICmpRegion
(Pred0, RHS0->getValue());
515
ConstantRange::
makeExactICmpRegion
(Pred1, RHS1->getValue());
JumpThreading.cpp
915
ConstantRange CmpRange = ConstantRange::
makeExactICmpRegion
(
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
138
ConstantRange ConstantRange::
makeExactICmpRegion
(CmpInst::Predicate Pred,
178
assert((!Success || ConstantRange::
makeExactICmpRegion
(Pred, RHS) == *this) &&
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp
1671
ConstantRange TrueValues = ConstantRange::
makeExactICmpRegion
(
InstructionSimplify.cpp
1602
auto Range0 = ConstantRange::
makeExactICmpRegion
(Cmp0->getPredicate(), *C0);
1603
auto Range1 = ConstantRange::
makeExactICmpRegion
(Cmp1->getPredicate(), *C1);
2768
ConstantRange RHS_CR = ConstantRange::
makeExactICmpRegion
(Pred, *C);
ValueTracking.cpp
583
ConstantRange TrueValues = ConstantRange::
makeExactICmpRegion
(Pred, *C);
6426
ConstantRange::
makeExactICmpRegion
(APred, C1->getValue());
ScalarEvolution.cpp
7830
ConstantRange::
makeExactICmpRegion
(Pred, RHSC->getAPInt());
9403
ConstantRange ExactCR = ConstantRange::
makeExactICmpRegion
(Pred, RA);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
1483
(CmpBB == TrueBB) ? ConstantRange::
makeExactICmpRegion
(DomPred, *DomC)
1484
: ConstantRange::
makeExactICmpRegion
(
2636
auto CR = ConstantRange::
makeExactICmpRegion
(Pred, C).subtract(*C2);
Completed in 66 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026