/llvm-project/libcxx/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()
|
/llvm-project/libcxx/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()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.h | 51 if (getConstantValue(N->getOperand(0), LHSVal) && in packConstantV2I16() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 140 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison()
|
H A D | ExprEngineC.cpp | 162 SVal LHSVal; in VisitBinaryOperator() local
|
/llvm-project/libcxx/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()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 329 SVal LHSVal = C.getSVal(Lhs); in checkPreStmt() local
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 289 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local 334 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 686 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in computeValueKnownInPredecessorsImpl() local 728 Constant *V = LHSVal.first; in computeValueKnownInPredecessorsImpl() local 857 Constant *V = LHSVal in computeValueKnownInPredecessorsImpl() local [all...] |
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 176 BoolValue &LHSVal = getLogicOperatorSubExprValue(*LHS); VisitBinaryOperator() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 1257 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() local 1264 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); in EmitCompoundAssignLValue() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 411 Value *LHSVal = FirstInst->getOperand(0); foldPHIArgBinOpIntoPHI() local
|
/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 75 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2191 unsigned LHSVal, RHSVal; operator() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 516 ActOnCaseStmt(SourceLocation CaseLoc,ExprResult LHSVal,SourceLocation DotDotDotLoc,ExprResult RHSVal,SourceLocation ColonLoc) ActOnCaseStmt() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3697 SDValue LHSVal = getValue(I.getOperand(1)); visitSelect() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13380 const APValue &LHSVal = LHSResult.Val; VisitBinOp() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7738 SDValue LHSVal = DAG.getConstant( lowerSELECT() local
|