Lines Matching defs:Round
4108 // Round up to multiples of the pointer size, except for array members,
4206 /// EnsureStackAlignment - Round stack frame size up from NumBytes to
8838 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64,
8840 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
8841 Round, DAG.getConstant(2047, dl, MVT::i64));
8842 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
8843 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
8844 Round, DAG.getConstant(-2048, dl, MVT::i64));
8863 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
9034 00 Round to nearest
9035 01 Round to 0
9036 10 Round to +inf
9037 11 Round to -inf
9041 0 Round to 0
9042 1 Round to nearest
9043 2 Round to +inf
9044 3 Round to -inf
12684 // Round down to the stack alignment.
13506 // 00 Round to nearest
13507 // 01 Round to 0
13508 // 10 Round to +inf
13509 // 11 Round to -inf