Searched refs:tryEmitAsConstant (Results 1 – 6 of 6) sorted by relevance
144 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()157 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
4077 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);4078 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
1733 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction1831 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction1833 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
506 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()1778 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2947 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
857 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()