Searched refs:tryEmitAsConstant (Results 1 – 11 of 11) 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()
3833 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);3834 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
497 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()1671 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2884 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
824 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()
119 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
129 = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
2776 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
271 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
1135 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction