Searched refs:VLDDupResults (Results 1 – 2 of 2) sorted by relevance
3786 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local3788 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()3789 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()3790 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()
9529 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local9531 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()9532 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()9533 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()