Lines Matching refs:Int32Constant

353             common()->Int32Constant(static_cast<int>(i) * lane_width)));  in GetIndexNodes()
512 mcgraph_->Int32Constant(0))); in LowerCompareOp()
518 d_cmp.Phi(rep, mcgraph_->Int32Constant(0), mcgraph_->Int32Constant(-1)); in LowerCompareOp()
526 mcgraph_->Int32Constant(shift)), in FixUpperBits()
527 mcgraph_->Int32Constant(shift)); in FixUpperBits()
563 mcgraph_->Int32Constant(mask)); in Mask()
612 mcgraph_->Int32Constant(min))); in LowerSaturateBinaryOp()
613 rep_node[i] = d_min.Phi(phi_rep, mcgraph_->Int32Constant(min), op_result); in LowerSaturateBinaryOp()
616 mcgraph_->Int32Constant(max), rep_node[i])); in LowerSaturateBinaryOp()
617 rep_node[i] = d_max.Phi(phi_rep, mcgraph_->Int32Constant(max), rep_node[i]); in LowerSaturateBinaryOp()
675 graph()->NewNode(store_op, stack_slot, mcgraph_->Int32Constant(0), in BuildF64Trunc()
689 stack_slot, mcgraph_->Int32Constant(0), call, in BuildF64Trunc()
768 min = mcgraph_->Int32Constant(std::numeric_limits<int16_t>::min()); in LowerPack()
769 max = mcgraph_->Int32Constant(std::numeric_limits<int16_t>::max()); in LowerPack()
779 min = mcgraph_->Int32Constant(std::numeric_limits<int8_t>::min()); in LowerPack()
780 max = mcgraph_->Int32Constant(std::numeric_limits<int8_t>::max()); in LowerPack()
810 Node* shift_node = graph()->NewNode(common()->Int32Constant(shift_amount)); in LowerShiftOp()
871 d.Phi(rep, mcgraph_->Int32Constant(0), mcgraph_->Int32Constant(-1)); in LowerNotEqual()
1070 Node* zero = graph()->NewNode(common()->Int32Constant(0)); in LowerNode()
1086 Node* mask = graph()->NewNode(common()->Int32Constant(0xFFFFFFFF)); in LowerNode()
1362 Node* true_node = mcgraph_->Int32Constant(-1); in LowerNode()
1363 Node* false_node = mcgraph_->Int32Constant(0); in LowerNode()
1484 mcgraph_->Int32Constant(j * bit_size))); in Int32ToSmallerInt()
1501 result[i] = mcgraph_->Int32Constant(0); in SmallerIntToInt32()
1506 mcgraph_->Int32Constant(bit_mask)); in SmallerIntToInt32()
1508 mcgraph_->Int32Constant(j * bit_size)); in SmallerIntToInt32()