reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1705 if (CE1GEP->hasAllZeroIndices()) 1725 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) 1725 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices())lib/IR/Value.cpp
482 if (!GEP->hasAllZeroIndices())
lib/Transforms/InstCombine/InstCombineCompares.cpp964 if (!GEPLHS->getType()->isVectorTy() && GEPLHS->hasAllZeroIndices()) 970 if (!GEPRHS->getType()->isVectorTy() && GEPRHS->hasAllZeroIndices())lib/Transforms/InstCombine/InstructionCombining.cpp
1154 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && 1154 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() &&lib/Transforms/ObjCARC/ObjCARCContract.cpp
702 cast<GEPOperator>(Arg)->hasAllZeroIndices())