Lines Matching defs:InsertionPoint
39834 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int {39841 if (InsertionPoint >= 0) {39842 Ops[InsertionPoint] = Input;39843 return InsertionPoint;