Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h366 Constant *getSequentialElement() const;
1403 UndefValue *getSequentialElement() const;
1448 PoisonValue *getSequentialElement() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1113 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1125 return getSequentialElement(); in getElementValue()
1131 return getSequentialElement(); in getElementValue()
1148 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1160 return getSequentialElement(); in getElementValue()
1166 return getSequentialElement(); in getElementValue()
1183 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1195 return getSequentialElement(); in getElementValue()
1201 return getSequentialElement(); in getElementValue()