Lines Matching defs:Result
51 // pointer is not the result of a load instruction. Currently
151 /// represented in the result.
207 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension,
212 return Result;
871 // same result except when DecomposeGEPExpression has no TargetData.
905 // same result except when DecomposeGEPExpression has no TargetData.
940 // same result except when DecomposeGEPExpression has no TargetData.
953 // must aliases the GEP, the end result is a must alias also.
1209 // If one pointer is the result of a call/invoke or load and the other is a
1250 AliasResult Result = aliasGEP(GV1, V1Size, V1TBAAInfo, V2, V2Size, V2TBAAInfo, O1, O2);
1251 if (Result != MayAlias) return AliasCache[Locs] = Result;
1259 AliasResult Result = aliasPHI(PN, V1Size, V1TBAAInfo,
1261 if (Result != MayAlias) return AliasCache[Locs] = Result;
1269 AliasResult Result = aliasSelect(S1, V1Size, V1TBAAInfo,
1271 if (Result != MayAlias) return AliasCache[Locs] = Result;
1282 AliasResult Result =
1285 return AliasCache[Locs] = Result;