Searched refs:BinOperator (Results 1 – 1 of 1) sorted by relevance
115 if (const auto *BinOperator = dyn_cast<BinaryOperator>(UpperBound)) { in calcUpperBoundMagnitudeBits() local116 const Expr *RHSE = BinOperator->getRHS()->IgnoreParenImpCasts(); in calcUpperBoundMagnitudeBits()117 const Expr *LHSE = BinOperator->getLHS()->IgnoreParenImpCasts(); in calcUpperBoundMagnitudeBits()