Searched refs:ElementValue (Results 1 – 4 of 4) sorted by relevance
915 int64_t ElementValue; in getBuildVectorConstantSplat() local916 if (!mi_match(Element, MRI, m_ICst(ElementValue))) in getBuildVectorConstantSplat()919 Scalar = ElementValue; in getBuildVectorConstantSplat()920 else if (*Scalar != ElementValue) in getBuildVectorConstantSplat()
580 HPT_U32 ElementValue; member
576 HPT_U32 ElementValue; member
7116 Optional<APValue> ElementValue = in visit() local7118 if (!ElementValue) in visit()7120 ArrayValue.getArrayInitializedElt(I) = std::move(*ElementValue); in visit()