Searched refs:tryEmitAsConstant (Results 1 – 12 of 12) sorted by relevance
249 static bool tryEmitAsConstant() { return false; } in tryEmitAsConstant() function
264 if (CIRGenFunction::ConstantEmission constant = cgf.tryEmitAsConstant(e)) in VisitDeclRefExpr()
1768 CIRGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CIRGenFunction1773 assert(!cir::MissingFeatures::tryEmitAsConstant()); in tryEmitAsConstant()
151 if (CIRGenFunction::ConstantEmission constant = cgf.tryEmitAsConstant(e)) in VisitDeclRefExpr()1835 assert(!cir::MissingFeatures::tryEmitAsConstant()); in VisitMemberExpr()
427 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
221 if (ConstantEmission Result = tryEmitAsConstant(RefExpr)) { in EmitOrigPointerRValue()
148 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()161 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
4456 ConstantEmission tryEmitAsConstant(const DeclRefExpr *RefExpr);4457 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
1790 CodeGenFunction::tryEmitAsConstant(const DeclRefExpr *RefExpr) { in tryEmitAsConstant() function in CodeGenFunction1887 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction1889 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
555 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()2022 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
2991 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
923 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()