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()
576 HPT_U32 ElementValue; member
580 HPT_U32 ElementValue; member
7113 Optional<APValue> ElementValue = in visit() local7115 if (!ElementValue) in visit()7117 ArrayValue.getArrayInitializedElt(I) = std::move(*ElementValue); in visit()