Home
last modified time | relevance | path

Searched refs:getSequentialElement (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h351 Constant *getSequentialElement() const;
1370 UndefValue *getSequentialElement() const;
1415 PoisonValue *getSequentialElement() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1085 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1097 return getSequentialElement(); in getElementValue()
1103 return getSequentialElement(); in getElementValue()
1120 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1132 return getSequentialElement(); in getElementValue()
1138 return getSequentialElement(); in getElementValue()
1155 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1167 return getSequentialElement(); in getElementValue()
1173 return getSequentialElement(); in getElementValue()