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()
5928 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local5931 if (LHSRes.isInvalid()) in FindConditionalOverload()5933 LHS = LHSRes; in FindConditionalOverload()
12551 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local12552 if (LHSRes.isInvalid()) in CheckLogicalOperands()12554 LHS = LHSRes; in CheckLogicalOperands()