Home
last modified time | relevance | path

Searched refs:LHSRes (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp967 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast() local
968 if (!LHSRes.hasValue()) in solveBlockValueCast()
971 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueCast()
990 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl() local
992 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()
996 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueBinaryOpImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1049 Optional<ConstantRange> LHSRes = getRangeForOperand(0, CI, BB); in solveBlockValueCast() local
1050 if (!LHSRes.hasValue()) in solveBlockValueCast()
1053 ConstantRange LHSRange = LHSRes.getValue(); in solveBlockValueCast()
1073 Optional<ConstantRange> LHSRes = getRangeForOperand(0, I, BB); in solveBlockValueBinaryOpImpl() local
1075 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()
1079 ConstantRange LHSRange = LHSRes.getValue(); in solveBlockValueBinaryOpImpl()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5038 ExprResult LHSRes = in FindConditionalOverload() local
5041 if (LHSRes.isInvalid()) in FindConditionalOverload()
5043 LHS = LHSRes; in FindConditionalOverload()
DSemaExpr.cpp9625 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local
9626 if (LHSRes.isInvalid()) in CheckLogicalOperands()
9628 LHS = LHSRes; in CheckLogicalOperands()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp5856 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local
5859 if (LHSRes.isInvalid()) in FindConditionalOverload()
5861 LHS = LHSRes; in FindConditionalOverload()
DSemaExpr.cpp12433 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local
12434 if (LHSRes.isInvalid()) in CheckLogicalOperands()
12436 LHS = LHSRes; in CheckLogicalOperands()