OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InRangeIndex
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.h
52
Optional<unsigned>
InRangeIndex
,
ConstantFold.cpp
2359
Optional<unsigned>
InRangeIndex
,
2524
Idxs, InBounds,
InRangeIndex
);
2548
if (
InRangeIndex
&& i == *
InRangeIndex
+ 1) {
2660
InRangeIndex
);
2669
/*InBounds=*/true,
InRangeIndex
);
Constants.cpp
2427
Optional<unsigned>
InRangeIndex
,
2436
ConstantFoldGetElementPtr(Ty, C, InBounds,
InRangeIndex
, Idxs))
2481
if (
InRangeIndex
&& *
InRangeIndex
< 63)
2482
SubClassOptionalData |= (*
InRangeIndex
+ 1) << 1;
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
1203
/// \param
InRangeIndex
the inrange index if present or None.
1208
Optional<unsigned>
InRangeIndex
= None,
1212
InBounds,
InRangeIndex
, OnlyIfReducedTy);
1216
Optional<unsigned>
InRangeIndex
= None,
1221
return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds,
InRangeIndex
,
1227
Optional<unsigned>
InRangeIndex
= None,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
804
Type *ResultTy, Optional<unsigned>
InRangeIndex
,
833
SrcElemTy, Ops[0], NewIdxs, /*InBounds=*/false,
InRangeIndex
);
1020
Optional<unsigned>
InRangeIndex
;
1024
InRangeIndex
= LastIRIndex;
1032
InBounds,
InRangeIndex
);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
2678
Optional<unsigned>
InRangeIndex
;
2682
InRangeIndex
= Op >> 1;
2710
InBounds,
InRangeIndex
);
Completed in 28 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026