OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEPOp
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Local.h
189
GEPOperator *
GEPOp
= cast<GEPOperator>(GEP);
195
bool isInBounds =
GEPOp
->isInBounds() && !NoAssumptions;
/external/llvm/lib/Analysis/
PHITransAddr.cpp
221
Value *
GEPOp
= PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
222
if (
GEPOp
== 0) return 0;
224
AnyChanged |=
GEPOp
!= GEP->getOperand(i);
225
GEPOps.push_back(
GEPOp
);
BasicAliasAnalysis.cpp
300
const GEPOperator *
GEPOp
= dyn_cast<GEPOperator>(Op);
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);
[
all
...]
Completed in 100 milliseconds