Searched refs:CEK (Results 1 – 1 of 1) sorted by relevance
1520 ConstantEmissionKind CEK; in tryEmitAsConstant() local1522 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()