Searched refs:tryEmitAsConstant (Results 1 – 5 of 5) sorted by relevance
140 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()153 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
1419 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction1494 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction1496 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
3538 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);3539 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
485 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()1720 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2689 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()