Lines Matching defs:IConstant
6588 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6589 return IConstant && IConstant->Value == 1;
6601 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6602 return IConstant && IConstant->Value == 0;
6623 std::optional<ValueAndVReg> IConstant =
6625 if (IConstant && IConstant->Value == SplatValue)
6636 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6637 if (IConstant)
6638 return IConstant->Value;
6647 std::optional<ValueAndVReg> IConstant =
6649 if (!IConstant)
6652 Value = IConstant->Value;
6653 else if (*Value != IConstant->Value)
6661 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6662 if (IConstant)
6671 std::optional<ValueAndVReg> IConstant =
6673 if (!IConstant)