Lines Matching defs:IConstant
6716 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6717 return IConstant && IConstant->Value == 1;
6729 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6730 return IConstant && IConstant->Value == 0;
6751 std::optional<ValueAndVReg> IConstant =
6753 if (IConstant && IConstant->Value == SplatValue)
6764 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6765 if (IConstant)
6766 return IConstant->Value;
6775 std::optional<ValueAndVReg> IConstant =
6777 if (!IConstant)
6780 Value = IConstant->Value;
6781 else if (*Value != IConstant->Value)
6789 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI);
6790 if (IConstant)
6799 std::optional<ValueAndVReg> IConstant =
6801 if (!IConstant)