Searched defs:UnderlyingV1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp545 const Value *UnderlyingV1, const Value *UnderlyingV2);
877 /// anything about V2. UnderlyingV1 is GetUnderlyingObject(GEP1, TD),
885 const Value *UnderlyingV1,
895 AliasResult BaseAlias = aliasCheck(UnderlyingV1, UnknownSize, 0,
902 AliasResult PreciseBaseAlias = aliasCheck(UnderlyingV1, V1Size,
916 if (GEP1BasePtr != UnderlyingV1 || GEP2BasePtr != UnderlyingV2) {
946 if (GEP1BasePtr != UnderlyingV1 || GEP2BasePtr != UnderlyingV2) {
966 AliasResult R = aliasCheck(UnderlyingV1, UnknownSize, 0,
981 if (GEP1BasePtr != UnderlyingV1) {
881 aliasGEP(const GEPOperator *GEP1, uint64_t V1Size, const MDNode *V1TBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo, const Value *UnderlyingV1, const Value *UnderlyingV2) argument

Completed in 167 milliseconds