Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h55 uint32_t K = (LHSVal & 0xffff) | (RHSVal << 16); in packConstantV2I16() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp127 evalComparison(SVal LHSVal,BinaryOperatorKind ComparisonOp,SVal RHSVal,ProgramStateRef State) evalComparison() argument
H A DExprEngineC.cpp162 SVal LHSVal; in VisitBinaryOperator() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp329 SVal LHSVal = C.getSVal(Lhs); in checkPreStmt() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp289 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local
334 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp689 LHSKnownBBs.insert(LHSVal.second); in computeValueKnownInPredecessorsImpl() local
731 for (const auto &LHSVal : LHSVals) { computeValueKnownInPredecessorsImpl() local
869 for (const auto &LHSVal : LHSVals) { computeValueKnownInPredecessorsImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp152 BoolValue &LHSVal = getLogicOperatorSubExprValue(*LHS); VisitBinaryOperator() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1203 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); EmitCompoundAssignLValue() local
1210 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); EmitCompoundAssignLValue() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp411 Value *LHSVal = FirstInst->getOperand(0); in foldPHIArgBinOpIntoPHI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp75 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2191 unsigned LHSVal, RHSVal; in operator() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp511 ActOnCaseStmt(SourceLocation CaseLoc,ExprResult LHSVal,SourceLocation DotDotDotLoc,ExprResult RHSVal,SourceLocation ColonLoc) ActOnCaseStmt() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3510 SDValue LHSVal = getValue(I.getOperand(1)); visitSelect() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13044 const APValue &LHSVal = LHSResult.Val; VisitBinOp() local
[all...]