Searched refs:LHSBase (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 688 Value *LHSBase, *RHSBase; in visitCmpInst() local 690 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst() 691 if (LHSBase) { in visitCmpInst() 693 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst() 734 Value *LHSBase, *RHSBase; in visitSub() local 736 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub() 737 if (LHSBase) { in visitSub() 739 if (RHSBase && LHSBase == RHSBase) { in visitSub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1270 Value *LHSBase, *RHSBase; in visitCmpInst() local 1272 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst() 1273 if (LHSBase) { in visitCmpInst() 1275 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst() 1304 Value *LHSBase, *RHSBase; in visitSub() local 1306 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub() 1307 if (LHSBase) { in visitSub() 1309 if (RHSBase && LHSBase == RHSBase) { in visitSub()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1432 Value *LHSBase, *RHSBase; in visitCmpInst() local 1434 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst() 1435 if (LHSBase) { in visitCmpInst() 1437 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst() 1466 Value *LHSBase, *RHSBase; in visitSub() local 1468 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub() 1469 if (LHSBase) { in visitSub() 1471 if (RHSBase && LHSBase == RHSBase) { in visitSub()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10482 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local 10494 LHSBase = LHSME->getBase(); in DiagnoseSelfMove() 10496 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove() 10500 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove() 10515 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 15190 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local 15202 LHSBase = LHSME->getBase(); in DiagnoseSelfMove() 15204 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove() 15208 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove() 15223 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()
|