Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp688 Value *LHSBase, *RHSBase; in visitCmpInst() local
692 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
693 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
734 Value *LHSBase, *RHSBase; in visitSub() local
738 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
739 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1270 Value *LHSBase, *RHSBase; in visitCmpInst() local
1274 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
1275 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1304 Value *LHSBase, *RHSBase; in visitSub() local
1308 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
1309 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp1432 Value *LHSBase, *RHSBase; in visitCmpInst() local
1436 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
1437 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1466 Value *LHSBase, *RHSBase; in visitSub() local
1470 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
1471 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/external/clang/lib/Sema/
DSemaChecking.cpp10483 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
10495 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
10497 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
10501 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
10515 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15191 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
15203 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
15205 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
15209 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
15223 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()