OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntegerRangeState
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
2090
struct
IntegerRangeState
: public AbstractState {
2101
IntegerRangeState
(uint32_t BitWidth)
2105
IntegerRangeState
(const ConstantRange &CR)
2118
static ConstantRange getBestState(const
IntegerRangeState
&IRS) {
2157
/// See
IntegerRangeState
::unionAssumed(..).
2158
void unionAssumed(const
IntegerRangeState
&R) {
2169
/// See
IntegerRangeState
::unionKnown(..).
2170
void unionKnown(const
IntegerRangeState
&R) { unionKnown(R.getKnown()); }
2178
/// See
IntegerRangeState
::intersectKnown(..).
2179
void intersectKnown(const
IntegerRangeState
&R)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
6984
using StateType =
IntegerRangeState
;
7174
AAValueConstantRange, AAValueConstantRangeImpl,
IntegerRangeState
,
7177
AAValueConstantRange, AAValueConstantRangeImpl,
IntegerRangeState
,
7266
Attributor &A, BinaryOperator *BinOp,
IntegerRangeState
&T,
7297
Attributor &A, CastInst *CastI,
IntegerRangeState
&T,
7316
calculateCmpInst(Attributor &A, CmpInst *CmpI,
IntegerRangeState
&T,
7370
IntegerRangeState
&T, bool Stripped) -> bool {
7418
IntegerRangeState
T(getBitWidth());
7420
if (!genericValueTraversal<AAValueConstantRange,
IntegerRangeState
>(
Attributor.cpp
2257
raw_ostream &llvm::operator<<(raw_ostream &OS, const
IntegerRangeState
&S) {
Completed in 30 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026