Searched refs:IConstant (Results 1 – 1 of 1) sorted by relevance
6880 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI); in isOneOrOneSplat() local6881 return IConstant && IConstant->Value == 1; in isOneOrOneSplat()6893 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI); in isZeroOrZeroSplat() local6894 return IConstant && IConstant->Value == 0; in isZeroOrZeroSplat()6915 std::optional<ValueAndVReg> IConstant = in isConstantSplatVector() local6917 if (IConstant && IConstant->Value == SplatValue) in isConstantSplatVector()6928 auto IConstant = getIConstantVRegValWithLookThrough(Src, MRI); in getConstantOrConstantSplatVector() local6929 if (IConstant) in getConstantOrConstantSplatVector()6930 return IConstant->Value; in getConstantOrConstantSplatVector()6939 std::optional<ValueAndVReg> IConstant = in getConstantOrConstantSplatVector() local[all …]