Home
last modified time | relevance | path

Searched defs:LHSVal (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp105 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison()
DExprEngineC.cpp164 SVal LHSVal; in VisitBinaryOperator() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp335 SVal LHSVal = C.getSVal(Lhs); in checkPreStmt() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp289 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local
334 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp934 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() local
937 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); in EmitCompoundAssignLValue() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp764 for (const auto &LHSVal : LHSVals) in computeValueKnownInPredecessorsImpl() local
806 for (const auto &LHSVal : LHSVals) { in computeValueKnownInPredecessorsImpl() local
939 for (const auto &LHSVal : LHSVals) { in computeValueKnownInPredecessorsImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp385 Value *LHSVal = FirstInst->getOperand(0); in foldPHIArgBinOpIntoPHI() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp75 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1978 unsigned LHSVal, RHSVal; in operator() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp80 uint32_t LHSVal, RHSVal; in packConstantV2I16() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp493 Sema::ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHSVal, in ActOnCaseStmt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3253 SDValue LHSVal = getValue(I.getOperand(1)); in visitSelect() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp12415 const APValue &LHSVal = LHSResult.Val; in VisitBinOp() local