OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInRangeIndex
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalSplit.cpp
61
if (!GEP || !GEP->
getInRangeIndex
() || *GEP->
getInRangeIndex
() != 1 ||
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
480
Optional<unsigned>
getInRangeIndex
() const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
869
GEP->
getInRangeIndex
(), DL, TLI))
1021
if (Optional<unsigned> LastIRIndex = InnermostGEP->
getInRangeIndex
())
1070
GEP->
getInRangeIndex
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
577
!cast<GEPOperator>(CE)->
getInRangeIndex
().hasValue() &&
2490
Optional<unsigned> IRIndex = cast<GEPOperator>(CE)->
getInRangeIndex
();
Constants.cpp
1571
GEPO->isInBounds(), GEPO->
getInRangeIndex
(), OnlyIfReducedTy);
AsmWriter.cpp
1600
InRangeOp = GEP->
getInRangeIndex
();
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
2584
if (Optional<unsigned> Idx = GO->
getInRangeIndex
()) {
Completed in 40 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026