Home
last modified time | relevance | path

Searched refs:tryEmitAsConstant (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp144 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
157 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
H A DCodeGenFunction.h4077 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
4078 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
H A DCGExpr.cpp1733 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction
1831 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction
1833 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
H A DCGExprScalar.cpp506 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
1778 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
H A DCGObjC.cpp2947 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
H A DCGStmtOpenMP.cpp857 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()