Home | History | Annotate | Download | only in ARM

Lines Matching defs:Val1

2573   Ops.push_back(Node->getOperand(2)); // Low part of Val1
2574 Ops.push_back(Node->getOperand(3)); // High part of Val1
3229 SDValue Val1 = N->getOperand(3);
3241 Ops.push_back(Val1);
3244 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0));