Home | History | Annotate | Download | only in src

Lines Matching refs:HMod

1228 HValue* HMod::Canonicalize() {
1643 Range* HMod::InferRange(Zone* zone) {
3490 HValue* HMod::EnsureAndPropagateNotMinusZero(BitVector* visited) {
3760 HInstruction* HMod::New(Zone* zone,
3783 return new(zone) HMod(context, left, right, fixed_right_arg);