Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Incoming

1271   // Expand the incoming operand to be shifted, so that we have its parts
1378 // Get the incoming operand to be shifted.
1457 // Get the incoming operand to be shifted.
2801 // the incoming integer was set. To handle this, we dynamically test to see
3020 // EXTRACT_VECTOR_ELT can return types which are wider than the incoming
3035 // For each incoming vector
3037 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx));
3038 EVT SclrTy = Incoming->getValueType(0).getVectorElementType();
3039 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements();
3042 // Extract element from incoming vector
3044 Incoming, DAG.getConstant(i, TLI.getVectorIdxTy()));