Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7117 bool HasSameBase = false; in isPointerOffset() local
7125 HasSameBase = true; in isPointerOffset()
7130 if (!HasSameBase) in isPointerOffset()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2055 static bool HasSameBase(const LValue &A, const LValue &B) { in HasSameBase() function
9293 if (HasSameBase(Src, Dest)) { in VisitBuiltinCallExpr()
12660 if (!HasSameBase(LHSValue, RHSValue)) { in EvaluateComparisonBinaryOperator()
12939 if (!HasSameBase(LHSValue, RHSValue)) { in VisitBinaryOperator()