Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BO

286   const BinaryOperator *BO =
288 const Expr *BaseExpr = BO->getLHS();
289 const Expr *MemFnExpr = BO->getRHS();
304 if (BO->getOpcode() == BO_PtrMemI)
315 CGM.getCXXABI().EmitLoadOfMemberFunctionPointer(*this, BO, This,
1756 if (const auto *BO = dyn_cast<BinaryOperator>(E))
1757 if (BO->getOpcode() == BO_Comma)
1758 return isGLValueFromPointerDeref(BO->getRHS());