Home
last modified time | relevance | path

Searched refs:CAZ (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp915 const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(C); in getConstantValue() local
920 } else if (CV || CAZ) { in getConstantValue()
931 if (CAZ) { in getConstantValue()
953 if (CAZ) { in getConstantValue()
975 if (CAZ) { in getConstantValue()
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp260 if (const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(this)) in getAggregateElement() local
261 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr; in getAggregateElement()