Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp1520 ConstantEmissionKind CEK; in tryEmitAsConstant() local
1522 CEK = CEK_None; in tryEmitAsConstant()
1524 CEK = checkVarTypeForConstantEmission(var->getType()); in tryEmitAsConstant()
1526 CEK = CEK_AsValueOnly; in tryEmitAsConstant()
1528 CEK = CEK_None; in tryEmitAsConstant()
1530 if (CEK == CEK_None) return ConstantEmission(); in tryEmitAsConstant()
1537 if (CEK != CEK_AsReferenceOnly && in tryEmitAsConstant()
1543 } else if (CEK != CEK_AsValueOnly && in tryEmitAsConstant()