Lines Matching defs:Round
4125 // Round up to multiples of the pointer size, except for array members,
4223 /// EnsureStackAlignment - Round stack frame size up from NumBytes to
8877 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64,
8879 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
8880 Round, DAG.getConstant(2047, dl, MVT::i64));
8881 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
8882 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
8883 Round, DAG.getConstant(-2048, dl, MVT::i64));
8902 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
9175 00 Round to nearest
9176 01 Round to 0
9177 10 Round to +inf
9178 11 Round to -inf
9182 0 Round to 0
9183 1 Round to nearest
9184 2 Round to +inf
9185 3 Round to -inf
12978 // Round down to the stack alignment.
13800 // 00 Round to nearest
13801 // 01 Round to 0
13802 // 10 Round to +inf
13803 // 11 Round to -inf