Searched refs:DstPat (Results 1 – 1 of 1) sorted by relevance
973 const TreePatternNode *DstPat = Pattern.getDstPattern(); in EmitResultCode() local974 if (!DstPat->isLeaf() &&DstPat->getOperator()->isSubClassOf("Instruction")){ in EmitResultCode()976 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator()); in EmitResultCode()