Searched refs:getElementValue (Results 1 – 4 of 4) sorted by relevance
360 Constant *getElementValue(Constant *C) const;363 Constant *getElementValue(unsigned Idx) const;1390 UndefValue *getElementValue(Constant *C) const;1393 UndefValue *getElementValue(unsigned Idx) const;1435 PoisonValue *getElementValue(Constant *C) const;1438 PoisonValue *getElementValue(unsigned Idx) const;
419 ? CAZ->getElementValue(Elt) in getAggregateElement()427 return Elt < PV->getNumElements() ? PV->getElementValue(Elt) : nullptr; in getAggregateElement()430 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr; in getAggregateElement()1072 Constant *ConstantAggregateZero::getElementValue(Constant *C) const { in getElementValue() function in ConstantAggregateZero1078 Constant *ConstantAggregateZero::getElementValue(unsigned Idx) const { in getElementValue() function in ConstantAggregateZero1107 UndefValue *UndefValue::getElementValue(Constant *C) const { in getElementValue() function in UndefValue1113 UndefValue *UndefValue::getElementValue(unsigned Idx) const { in getElementValue() function in UndefValue1142 PoisonValue *PoisonValue::getElementValue(Constant *C) const { in getElementValue() function in PoisonValue1148 PoisonValue *PoisonValue::getElementValue(unsigned Idx) const { in getElementValue() function in PoisonValue
528 return caz->getElementValue(index); in processConstant()
3043 return translateCopy(C, *CAZ->getElementValue(0u), *EntryBuilder); in translate()3046 Constant &Elt = *CAZ->getElementValue(I); in translate()