reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1032 return getPointerOperand()->getType(); 5276 return Gep->getPointerOperand();lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
4342 const Value *GEPPtr = GEP->getPointerOperand();
lib/IR/SafepointIRVerifier.cpp 345 Worklist.push_back(GEP->getPointerOperand());
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp 170 auto P = GEP->getPointerOperand();
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp154 const Value *Ptr = GEP->getPointerOperand(); 171 (!isa<GlobalVariable>(GEP->getPointerOperand()) && 172 !isa<Argument>(GEP->getPointerOperand())))lib/Transforms/ObjCARC/ObjCARCOpts.cpp
97 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
lib/Transforms/Utils/FunctionComparator.cpp512 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) 512 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))tools/lldb/source/Expression/IRInterpreter.cpp
1019 const Value *pointer_operand = gep_inst->getPointerOperand();