Searched defs:RHSValue (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 368 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN() local 480 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) { in evalBinOpNN() local 526 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) in evalBinOpNN() local
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCExpr.cpp | 500 MCValue LHSValue, RHSValue; in EvaluateAsRelocatableImpl() local
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 686 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCExpr.cpp | 753 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2736 int64_t RHSValue, SDLoc dl) { in get32BitZExtCompare() 2909 int64_t RHSValue, SDLoc dl) { in get32BitSExtCompare() 3081 int64_t RHSValue, SDLoc dl) { in get64BitZExtCompare() 3238 int64_t RHSValue, SDLoc dl) { in get64BitSExtCompare() 3451 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; in getSETCCInGPR() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3970 APValue RHSValue; in HandleFunctionCall() local 7589 LValue LHSValue, RHSValue; in VisitBinaryOperator() local 7806 MemberPtr LHSValue, RHSValue; in VisitBinaryOperator() local
|
D | ASTContext.cpp | 7799 QualType RHSValue = RHS->getAs<AtomicType>()->getValueType(); in mergeTypes() local 7907 QualType RHSValue = RHS->getAs<PipeType>()->getElementType(); in mergeTypes() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7669 llvm::APSInt RHSValue; in AnalyzeComparison() local
|
D | SemaExpr.cpp | 8037 llvm::APSInt RHSValue; in DiagnoseBadDivideOrRemainderValues() local
|