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()
1484 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction1582 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction1584 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
3898 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);3899 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
500 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()1713 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2921 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
845 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()