Searched refs:CAZ (Results 1 – 2 of 2) sorted by relevance
915 const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(C); in getConstantValue() local920 } else if (CV || CAZ) { in getConstantValue()931 if (CAZ) { in getConstantValue()953 if (CAZ) { in getConstantValue()975 if (CAZ) { in getConstantValue()
260 if (const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(this)) in getAggregateElement() local261 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr; in getAggregateElement()