Searched refs:IsZeroValue (Results 1 – 1 of 1) sorted by relevance
253 bool IsZeroValue = Init->isZeroValue(); in lowerPrintfForGpu() local255 if (IsZeroValue || (CA && CA->isString())) { in lowerPrintfForGpu()257 IsZeroValue ? 1 : (strlen(CA->getAsCString().data()) + 1); in lowerPrintfForGpu()425 bool IsZeroValue = Init->isZeroValue(); in lowerPrintfForGpu() local427 if (IsZeroValue || (CA && CA->isString())) { in lowerPrintfForGpu()428 S = IsZeroValue ? "" : CA->getAsCString().data(); in lowerPrintfForGpu()