Home | History | Annotate | Download | only in IR

Lines Matching refs:CA

209   if (const ConstantArray *CA = dyn_cast<ConstantArray>(this))
210 return Elt < CA->getNumOperands() ? CA->getOperand(Elt) : nullptr;