Home
last modified time | relevance | path

Searched refs:binOpInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp382 BinOpInfo binOpInfo{cgf.getLoc(e->getExprLoc())}; in emitBinOps() local
383 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()