Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GEP1

368 /// decomposed GetElementPtr instructions GEP1 and GEP2 which have common base
369 /// pointers. Subtract the GEP2 indices from GEP1 to find the symbolic
837 /// anything about V2. UnderlyingV1 is GetUnderlyingObject(GEP1, TD),
841 BasicAliasAnalysis::aliasGEP(const GEPOperator *GEP1, uint64_t V1Size,
869 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
897 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
912 // Subtract the GEP2 pointer from the GEP1 pointer to find out their
937 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);