Searched refs:LHSRes (Results 1 – 3 of 3) sorted by relevance
915 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast() local916 if (!LHSRes.hasValue()) in solveBlockValueCast()919 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueCast()938 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl() local940 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()944 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueBinaryOpImpl()
5977 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local5980 if (LHSRes.isInvalid()) in FindConditionalOverload()5982 LHS = LHSRes; in FindConditionalOverload()
12672 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local12673 if (LHSRes.isInvalid()) in CheckLogicalOperands()12675 LHS = LHSRes; in CheckLogicalOperands()