Home | History | Annotate | Download | only in verifier

Lines Matching defs:type2

596     const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type);
598 int32_t val2 = type2.ConstantValue();
608 if (!type2.IsPreciseConstant()) {
609 return type2;
623 if (!type2.IsPreciseConstant()) {
624 return type2;
632 if (type2.IsConstantByte()) {
634 } else if (type2.IsConstantShort()) {
640 if (type2.IsConstantShort()) {
651 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type);
653 int32_t val2 = type2.ConstantValueLo();
657 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type);
659 int32_t val2 = type2.ConstantValueHi();