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()
1516 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction1614 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction1616 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
3965 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);3966 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
504 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()1748 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2919 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
859 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()