OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAllConstantIndices
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Analysis/
Loads.cpp
62
if (!GEP->
hasAllConstantIndices
())
InlineCost.cpp
116
if (GEPI->
hasAllConstantIndices
())
203
if (GEP->
hasAllConstantIndices
())
ValueTracking.cpp
[
all
...]
/external/llvm/include/llvm/
Operator.h
289
///
hasAllConstantIndices
- Return true if all of the indices of this GEP are
292
bool
hasAllConstantIndices
() const {
Instructions.h
506
///
hasAllConstantIndices
- Return true if all of the indices of this GEP are
509
bool
hasAllConstantIndices
() const;
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
345
if (TD && GEP1->
hasAllConstantIndices
() && GEP2->
hasAllConstantIndices
()) {
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
158
!GEP->
hasAllConstantIndices
()))
282
if (AI->isStaticAlloca() && GEP->
hasAllConstantIndices
())
[
all
...]
InstCombineCalls.cpp
264
if (!GEP->
hasAllConstantIndices
()) break;
[
all
...]
InstCombineCasts.cpp
[
all
...]
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
513
if (!GEP->
hasAllConstantIndices
())
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
276
if (!cast<GetElementPtrInst>(I)->
hasAllConstantIndices
())
[
all
...]
/external/llvm/lib/VMCore/
Instructions.cpp
[
all
...]
Completed in 221 milliseconds