Searched refs:V2Size (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1081 const Value *V2, LocationSize V2Size, in aliasGEP() argument 1083 if (!V1Size.hasValue() && !V2Size.hasValue()) { in aliasGEP() 1115 V2Size.hasValue() && !V2Size.isScalable() && in aliasGEP() 1116 DecompGEP1.Offset.sge(V2Size.getValue()) && in aliasGEP() 1133 MemoryLocation(DecompGEP2.Base, V2Size), AAQI); in aliasGEP() 1158 LocationSize VLeftSize = V2Size; in aliasGEP() 1216 LocationSize VLeftSize = Scale.isNegative() ? V1Size : V2Size; in aliasGEP() 1237 if (V1Size.isScalable() || V2Size.isScalable()) in aliasGEP() 1241 if (!V1Size.hasValue() || !V2Size.hasValue()) in aliasGEP() 1290 if (ModOffset.uge(V2Size.getValue()) && in aliasGEP() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 119 LocationSize V2Size, AssumptionCache *AC, 130 const Value *V2, LocationSize V2Size, 135 const Value *V2, LocationSize V2Size, AAQueryInfo &AAQI); 138 const Value *V2, LocationSize V2Size, 142 LocationSize V2Size, AAQueryInfo &AAQI, 146 const Value *V2, LocationSize V2Size,
|
H A D | AliasAnalysis.h | 361 LocationSize V2Size) { 362 return alias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); 379 LocationSize V2Size) { 380 return isNoAlias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size));
|