Searched refs:GEPOp (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h189 GEPOperator *GEPOp = cast<GEPOperator>(GEP); local
195 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp221 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT); local
222 if (GEPOp == 0) return 0;
224 AnyChanged |= GEPOp != GEP->getOperand(i);
225 GEPOps.push_back(GEPOp);
H A DBasicAliasAnalysis.cpp300 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op); local
301 if (GEPOp == 0) {
316 if (!cast<PointerType>(GEPOp->getOperand(0)->getType())
324 if (!GEPOp->hasAllZeroIndices())
326 V = GEPOp->getOperand(0);
331 gep_type_iterator GTI = gep_type_begin(GEPOp);
332 for (User::const_op_iterator I = GEPOp->op_begin()+1,
333 E = GEPOp->op_end(); I != E; ++I) {
400 V = GEPOp->getOperand(0);

Completed in 126 milliseconds