Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp7050 bool HasSameBase = false; in isPointerOffset() local
7058 HasSameBase = true; in isPointerOffset()
7063 if (!HasSameBase) in isPointerOffset()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2055 static bool HasSameBase(const LValue &A, const LValue &B) { in HasSameBase() function
9270 if (HasSameBase(Src, Dest)) { in VisitBuiltinCallExpr()
12625 if (!HasSameBase(LHSValue, RHSValue)) { in EvaluateComparisonBinaryOperator()
12904 if (!HasSameBase(LHSValue, RHSValue)) { in VisitBinaryOperator()