Home
last modified time | relevance | path

Searched refs:RHSRes (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp991 Optional<ConstantRange> RHSRes = getRangeFor(I->getOperand(1), I, BB); in solveBlockValueBinaryOpImpl() local
992 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()
997 const ConstantRange &RHSRange = RHSRes.getValue(); in solveBlockValueBinaryOpImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1074 Optional<ConstantRange> RHSRes = getRangeForOperand(1, I, BB); in solveBlockValueBinaryOpImpl() local
1075 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()
1080 ConstantRange RHSRange = RHSRes.getValue(); in solveBlockValueBinaryOpImpl()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5045 ExprResult RHSRes = in FindConditionalOverload() local
5048 if (RHSRes.isInvalid()) in FindConditionalOverload()
5050 RHS = RHSRes; in FindConditionalOverload()
DSemaExpr.cpp9630 ExprResult RHSRes = PerformContextuallyConvertToBool(RHS.get()); in CheckLogicalOperands() local
9631 if (RHSRes.isInvalid()) in CheckLogicalOperands()
9633 RHS = RHSRes; in CheckLogicalOperands()
DSemaOpenMP.cpp10222 ExprResult RHSRes = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPDependClause() local
10224 if (RHSRes.isInvalid()) in ActOnOpenMPDependClause()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp5863 ExprResult RHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local
5866 if (RHSRes.isInvalid()) in FindConditionalOverload()
5868 RHS = RHSRes; in FindConditionalOverload()
DSemaExpr.cpp12438 ExprResult RHSRes = PerformContextuallyConvertToBool(RHS.get()); in CheckLogicalOperands() local
12439 if (RHSRes.isInvalid()) in CheckLogicalOperands()
12441 RHS = RHSRes; in CheckLogicalOperands()
DSemaOpenMP.cpp16495 ExprResult RHSRes = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPDependClause() local
16497 if (RHSRes.isInvalid()) in ActOnOpenMPDependClause()