Home | History | Annotate | Download | only in IR

Lines Matching refs:CAZ

269   if (const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(this))
270 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr;
2346 // If the elements are all zero or there are no elements, return a CAZ, which