OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLower
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueLattice.cpp
25
<< Val.getConstantRange(true).
getLower
() << ", "
29
return OS << "constantrange<" << Val.getConstantRange().
getLower
() << ", "
ScalarEvolution.cpp
6089
APInt StartLower = StartRange.
getLower
();
9099
APInt Lower = Range.
getLower
().sextOrSelf(A.getBitWidth()) - 1;
11557
APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.
getLower
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
91
return ConstantRange(CR.getUpper(), CR.
getLower
());
166
} else if (
getLower
().isMinSignedValue() ||
getLower
().isMinValue()) {
168
getLower
().isMinSignedValue() ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT;
174
RHS =
getLower
();
379
return
getLower
();
391
return
getLower
();
411
return Lower.ule(Other.
getLower
()) && Other.getUpper().ule(Upper);
416
Lower.ule(Other.
getLower
());
418
return Other.getUpper().ule(Upper) && Lower.ule(Other.
getLower
());
[
all
...]
Metadata.cpp
979
return A.getUpper() == B.
getLower
() || A.
getLower
() == B.getUpper();
997
cast<ConstantInt>(ConstantInt::get(Ty, Union.
getLower
()));
Verifier.cpp
3669
return A.getUpper() == B.
getLower
() || A.
getLower
() == B.getUpper();
3700
Assert(LowV.sgt(LastRange.
getLower
()), "Intervals are not in order",
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h
171
const APInt &
getLower
() const { return Lower; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp
400
unsigned MinBW = std::max(R.
getLower
().getMinSignedBits(),
SCCP.cpp
608
ConstantAsMetadata::get(ConstantInt::get(Context, CR.
getLower
())),
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
3687
assert(Range.
getLower
().getNumWords() == 1);
3689
emitSignedInt64(Record, *Range.
getLower
().getRawData());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
7102
Ty, AssumedConstantRange.
getLower
())),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
2638
const APInt &Lower = CR.
getLower
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
651
for (APInt Tmp = Span.
getLower
(); Tmp != Span.getUpper(); ++Tmp)
Completed in 55 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026