Searched refs:IsZeroValue (Results 1 – 1 of 1) sorted by relevance
254 bool IsZeroValue = Init->isZeroValue(); in lowerPrintfForGpu() local256 if (IsZeroValue || (CA && CA->isString())) { in lowerPrintfForGpu()258 IsZeroValue ? 1 : (strlen(CA->getAsCString().data()) + 1); in lowerPrintfForGpu()426 bool IsZeroValue = Init->isZeroValue(); in lowerPrintfForGpu() local428 if (IsZeroValue || (CA && CA->isString())) { in lowerPrintfForGpu()429 S = IsZeroValue ? "" : CA->getAsCString().data(); in lowerPrintfForGpu()