Searched refs:InnerBinOp (Results 1 – 4 of 4) sorted by relevance
84 Result.InnerBinOp = BO; in getDecomposedForm()99 Result.InnerBinOp = BO; in getDecomposedForm()119 Result.InnerBinOp = BO; in getDecomposedForm()124 Result.InnerBinOp = BO; in getDecomposedForm()
3716 auto *InnerBinOp = dyn_cast<BinaryOperator>(LHS->IgnoreParenImpCasts()); in lookThroughRangesV3Condition() local3717 if (!InnerBinOp) return Cond; in lookThroughRangesV3Condition()3719 if (InnerBinOp->getOpcode() != BO_EQ || in lookThroughRangesV3Condition()3720 !isa<IntegerLiteral>(InnerBinOp->getRHS())) in lookThroughRangesV3Condition()3726 SourceLocation Loc = InnerBinOp->getExprLoc(); in lookThroughRangesV3Condition()
11385 const_cast<Expr *>(Decomp.InnerBinOp)}; in TransformCXXRewrittenBinaryOperator()
312 const Expr *InnerBinOp; member336 return getDecomposedForm().InnerBinOp->getExprLoc(); in getOperatorLoc()