Searched refs:hasIndices (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DOperator.h297 bool hasIndices() const { function in class:llvm::GEPOperator
H A DConstants.h987 bool hasIndices() const;
H A DInstructions.h830 bool hasIndices() const { function in class:llvm::GetElementPtrInst
1800 bool hasIndices() const { function in class:llvm::ExtractValueInst
1922 bool hasIndices() const { function in class:llvm::InsertValueInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp258 if (EV->hasIndices())
H A DDeadArgumentElimination.cpp389 && IV->hasIndices())
523 if (Ext && Ext->hasIndices()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantsContext.h489 CE->hasIndices() ?
H A DAsmWriter.cpp984 if (CE->hasIndices()) {
H A DConstants.cpp1012 bool ConstantExpr::hasIndices() const { function in class:ConstantExpr
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1323 if (!EV.hasIndices())

Completed in 235 milliseconds