Home | History | Annotate | Download | only in compiler

Lines Matching refs:NumberConstant

91   Node* NumberConstant(double value) {
92 return AddNode(common()->NumberConstant(value));