Searched refs:binOpInfo (Results 1 – 1 of 1) sorted by relevance
382 BinOpInfo binOpInfo{cgf.getLoc(e->getExprLoc())}; in emitBinOps() local383 binOpInfo.lhs = emitPromotedComplexOperand(e->getLHS(), promotionTy); in emitBinOps()384 binOpInfo.rhs = emitPromotedComplexOperand(e->getRHS(), promotionTy); in emitBinOps()385 binOpInfo.ty = promotionTy.isNull() ? e->getType() : promotionTy; in emitBinOps()386 binOpInfo.fpFeatures = e->getFPFeaturesInEffect(cgf.getLangOpts()); in emitBinOps()387 return binOpInfo; in emitBinOps()