Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h434 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
440 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
465 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
H A DAsmWriter.cpp1234 if (CE->hasIndices()) { in WriteConstantInternal()
H A DConstants.cpp1174 bool ConstantExpr::hasIndices() const { in hasIndices() function in ConstantExpr
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp258 if (EV->hasIndices()) in PropagateConstantReturn()
H A DDeadArgumentElimination.cpp434 && IV->hasIndices()) in SurveyUse()
571 if (Ext && Ext->hasIndices()) { in SurveyFunction()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h412 bool hasIndices() const { in hasIndices() function
H A DConstants.h1002 bool hasIndices() const;
H A DInstructions.h911 bool hasIndices() const {
1920 bool hasIndices() const {
2041 bool hasIndices() const {
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2142 if (!EV.hasIndices()) in visitExtractValueInst()