Home
last modified time | relevance | path

Searched defs:RHSVal (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp102 SVal RHSVal, ProgramStateRef State) { in evalComparison()
H A DExprEngineC.cpp732 SVal RHSVal = N->getState()->getSVal(RHS, Pred->getLocationContext()); in VisitLogicalExpr() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp328 SVal RHSVal = C.getSVal(Rhs); in checkPreStmt() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc192 Value RHSVal(Data->Type, RHS); in handleDivremOverflowImpl() local
237 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl() local
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc188 Value RHSVal(Data->Type, RHS); in handleDivremOverflowImpl() local
233 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl() local
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc188 Value RHSVal(Data->Type, RHS); in handleDivremOverflowImpl() local
233 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp386 Value *RHSVal = FirstInst->getOperand(1); in foldPHIArgBinOpIntoPHI() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp76 int64_t RHSVal = EvaluateCRExpr(BE->getRHS()); in EvaluateCRExpr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp770 for (const auto &RHSVal : RHSVals) in computeValueKnownInPredecessorsImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3056 unsigned RHSVal = RHS->getZExtValue(); in performShlCombine() local
3126 unsigned RHSVal = RHS->getZExtValue(); in performSraCombine() local
H A DAMDGPUISelDAGToDAG.cpp80 uint32_t LHSVal, RHSVal; in packConstantV2I16() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1978 unsigned LHSVal, RHSVal; in operator() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp494 SourceLocation DotDotDotLoc, ExprResult RHSVal, in ActOnCaseStmt()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp528 Value *RHSVal; in matchInstruction() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12375 const APValue &RHSVal = RHSResult.Val; in VisitBinOp() local
13503 llvm::APSInt RHSVal = RHSFX.getValue(); in VisitBinaryOperator() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7093 ConstantSDNode *RHSVal = dyn_cast<ConstantSDNode>(RHS); in LowerSELECT_CC() local
7136 ConstantFPSDNode *RHSVal = dyn_cast<ConstantFPSDNode>(RHS); in LowerSELECT_CC() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3253 SDValue RHSVal = getValue(I.getOperand(2)); in visitSelect() local