Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SplitVectorOperand

1058   std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
1059 std::tie(RL, RH) = DAG.SplitVectorOperand(N, 1);
1078 std::tie(Lo, Hi) = DAG.SplitVectorOperand(N, 0);
1267 /// SplitVectorOperand - This method is called when the specified operand of the
1271 bool DAGTypeLegalizer::SplitVectorOperand(SDNode *N, unsigned OpNo) {
1285 dbgs() << "SplitVectorOperand Op #" << OpNo << ": ";