Searched refs:V2Size (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | BasicAliasAnalysis.cpp | 1029 const Value *V2, LocationSize V2Size, in aliasGEP() argument 1031 if (!V1Size.hasValue() && !V2Size.hasValue()) { in aliasGEP() 1067 V2Size.hasValue() && DecompGEP1.Offset.sge(V2Size.getValue()) && in aliasGEP() 1084 MemoryLocation(UnderlyingV2, V2Size), AAQI); in aliasGEP() 1109 LocationSize VLeftSize = V2Size; in aliasGEP() 1194 if (V1Size.hasValue() && V2Size.hasValue() && in aliasGEP() 1195 ModOffset.uge(V2Size.getValue()) && in aliasGEP() 1203 if (AllNonNegative && V2Size.hasValue() && in aliasGEP() 1204 DecompGEP1.Offset.uge(V2Size.getValue())) in aliasGEP() 1214 if (V1Size.hasValue() && V2Size.hasValue()) { in aliasGEP() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | BasicAliasAnalysis.h | 204 LocationSize V1Size, LocationSize V2Size, 214 const Value *V2, LocationSize V2Size, 219 const Value *V2, LocationSize V2Size, AAQueryInfo &AAQI); 222 const Value *V2, LocationSize V2Size, 226 const Value *V2, LocationSize V2Size, 230 const Value *V2, LocationSize V2Size,
|
| D | AliasAnalysis.h | 498 LocationSize V2Size) { 499 return alias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); 516 LocationSize V2Size) { 517 return isNoAlias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size));
|