Searched defs:LHSVal (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.h | 59 uint32_t LHSVal, RHSVal; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 125 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison()
|
H A D | ExprEngineC.cpp | 164 SVal LHSVal; in VisitBinaryOperator() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 335 SVal LHSVal = C.getSVal(Lhs); in checkPreStmt() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 1092 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() local 1099 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); in EmitCompoundAssignLValue() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 162 BoolValue &LHSVal = getLogicOperatorSubExprValue(*LHS); in VisitBinaryOperator() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 411 Value *LHSVal = FirstInst->getOperand(0); in foldPHIArgBinOpIntoPHI() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 75 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
|
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2115 unsigned LHSVal, RHSVal; in operator() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 510 Sema::ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHSVal, in ActOnCaseStmt()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3328 SDValue LHSVal = getValue(I.getOperand(1)); in visitSelect() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12725 const APValue &LHSVal = LHSResult.Val; in VisitBinOp() local
|