Home
last modified time | relevance | path

Searched refs:hasSameCastsAs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp312 bool hasSameCastsAs(const CastedValue &Other) const { in hasSameCastsAs() function
648 Decomposed.VarIndices[i].Val.hasSameCastsAs(LE.Val)) { in DecomposeGEPExpression()
1311 Var0.Val.hasSameCastsAs(Var1.Val) && VisitedPhiBBs.empty() && in aliasGEP()
1785 !Dest.Val.hasSameCastsAs(Src.Val)) in subtractDecomposedGEPs()
1820 if (Var0.Val.TruncBits != 0 || !Var0.Val.hasSameCastsAs(Var1.Val) || in constantOffsetHeuristic()
1833 if (E0.Scale != E1.Scale || !E0.Val.hasSameCastsAs(E1.Val) || in constantOffsetHeuristic()