Home | History | Annotate | Download | only in IR

Lines Matching refs:TParams

633 void DICompositeType::setTypeArray(DIArray Elements, DIArray TParams) {
634 assert((!TParams || DbgNode->getNumOperands() == 14) &&
639 if (TParams)
640 N->replaceOperandWith(13, TParams);