Searched refs:tryEmitAsConstant (Results 1 – 6 of 6) sorted by relevance
149 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()162 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
1727 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction1825 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction1827 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
4328 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);4329 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
523 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()1936 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2945 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
885 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()