/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 490 for (const auto &LHSVal : LHSVals) in ComputeValueKnownInPredecessors() local 532 for (const auto &LHSVal : LHSVals) { in ComputeValueKnownInPredecessors() local 608 for (const auto &LHSVal : LHSVals) { in ComputeValueKnownInPredecessors() local
|
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/ |
H A D | less_comp.pass.cpp | 34 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test()
|
H A D | equal_comp.pass.cpp | 32 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test()
|
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/ |
H A D | hash.pass.cpp | 34 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/ |
H A D | less_comp.pass.cpp | 27 void do_test(int *LHSVal, int *RHSVal) { in do_test()
|
H A D | equal_comp.pass.cpp | 27 void do_test(int *LHSVal, int *RHSVal) { in do_test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/ |
H A D | hash.pass.cpp | 31 void do_test(int *LHSVal, int *RHSVal) { in do_test()
|
/aosp_15_r20/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cc | 179 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local 223 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.h | 59 uint32_t LHSVal, RHSVal; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 713 for (const auto &LHSVal : LHSVals) in ComputeValueKnownInPredecessorsImpl() local 755 for (const auto &LHSVal : LHSVals) { in ComputeValueKnownInPredecessorsImpl() local 900 for (const auto &LHSVal : LHSVals) { in ComputeValueKnownInPredecessorsImpl() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 858 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() local 861 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); in EmitCompoundAssignLValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 777 for (const auto &LHSVal : LHSVals) in computeValueKnownInPredecessorsImpl() local 820 for (const auto &LHSVal : LHSVals) { in computeValueKnownInPredecessorsImpl() local 955 for (const auto &LHSVal : LHSVals) { in computeValueKnownInPredecessorsImpl() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.single.pass.cpp | 44 TEST_CONSTEXPR_CXX23 void checkDeleter(LHS& lhs, RHS& rhs, int LHSVal, int RHSVal) { in checkDeleter()
|
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.single.pass.cpp | 45 void checkDeleter(LHS& lhs, RHS& rhs, int LHSVal, int RHSVal) { in checkDeleter()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 335 SVal LHSVal = State->getSVal(Lhs, C.getLocationContext()); in checkPreStmt() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1043 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueCast() local 1120 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueBinaryOp() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 32 Value *LHSVal = FirstInst->getOperand(0); in FoldPHIArgBinOpIntoPHI() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 155 SVal LHSVal; in VisitBinaryOperator() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 299 Value *LHSVal = FirstInst->getOperand(0); in FoldPHIArgBinOpIntoPHI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 411 Value *LHSVal = FirstInst->getOperand(0); in foldPHIArgBinOpIntoPHI() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 219 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 76 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 75 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
|
/aosp_15_r20/external/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1646 unsigned LHSVal, RHSVal; in operator() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1848 unsigned LHSVal, RHSVal; in operator() local
|