Searched refs:InnerBinOp (Results 1 – 4 of 4) sorted by relevance
83 Result.InnerBinOp = BO; in getDecomposedForm()98 Result.InnerBinOp = BO; in getDecomposedForm()118 Result.InnerBinOp = BO; in getDecomposedForm()123 Result.InnerBinOp = BO; in getDecomposedForm()
3523 auto *InnerBinOp = dyn_cast<BinaryOperator>(LHS->IgnoreParenImpCasts()); in lookThroughRangesV3Condition() local3524 if (!InnerBinOp) return Cond; in lookThroughRangesV3Condition()3526 if (InnerBinOp->getOpcode() != BO_EQ || in lookThroughRangesV3Condition()3527 !isa<IntegerLiteral>(InnerBinOp->getRHS())) in lookThroughRangesV3Condition()3533 SourceLocation Loc = InnerBinOp->getExprLoc(); in lookThroughRangesV3Condition()
10644 const_cast<Expr *>(Decomp.InnerBinOp)}; in TransformCXXRewrittenBinaryOperator()
313 const Expr *InnerBinOp; member327 return getDecomposedForm().InnerBinOp->getExprLoc(); in getOperatorLoc()