reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4339   if (!GEP)
 4342   const Value *GEPPtr = GEP->getPointerOperand();
 4348   unsigned FinalIndex = GEP->getNumOperands() - 1;
 4349   Value *IndexVal = GEP->getOperand(FinalIndex);
 4353     auto *C = dyn_cast<Constant>(GEP->getOperand(i));
 4370   Scale = DAG.getTargetConstant(DL.getTypeAllocSize(GEP->getResultElementType()),
 4377     unsigned GEPWidth = GEP->getType()->getVectorNumElements();