Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Ops

72                                     const SDValue *Ops, unsigned NumOps,
79 Entry.Node = Ops[i];
185 SDValue Ops[2] = { NewLHS, NewRHS };
186 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
192 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
1923 Ops
1924 /// vector. If it is invalid, don't add anything to Ops.
1927 std::vector<SDValue> &Ops,
1937 Ops.push_back(Op);
1968 Ops.push_back(DAG.getTargetGlobalAddress(GA->getGlobal(),
1980 Ops.push_back(DAG.getTargetConstant(C->getAPIntValue().getSExtValue(),