Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Inputs

2234     // is, at worst, one more bit than the inputs.
2282 // is, at worst, one more bit than the inputs.
2690 SmallVector<std::pair<ConstantSDNode *, ConstantSDNode *>, 4> Inputs;
2698 Inputs.push_back(std::make_pair(Scalar1, Scalar2));
2700 // For vectors extract each constant element into Inputs so we can constant
2720 Inputs.push_back(std::make_pair(V1, V2));
2725 for (unsigned I = 0, E = Inputs.size(); I != E; ++I) {
2726 const APInt &C1 = Inputs[I].first->getAPIntValue();
2727 const APInt &C2 = Inputs[I].second->getAPIntValue();
6053 // If this is a token factor, all inputs to the TF happen in parallel. If any