Home | History | Annotate | Download | only in dfg

Lines Matching refs:valueOfInt32Constant

259                 return getDoubleConstant(valueOfInt32Constant(index), node.constantNumber());
337 int32_t valueOfInt32Constant(NodeIndex index)
600 if (isInt32Constant(op2) && !(valueOfInt32Constant(op2) & 0x1f))
613 if (isInt32Constant(op2) && !(valueOfInt32Constant(op2) & 0x1f))
635 if (valueOfInt32Constant(op2) & 0x1f)