Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h350 Constant *getSequentialElement() const;
1354 UndefValue *getSequentialElement() const;
1399 PoisonValue *getSequentialElement() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1056 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1068 return getSequentialElement(); in getElementValue()
1074 return getSequentialElement(); in getElementValue()
1091 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1103 return getSequentialElement(); in getElementValue()
1109 return getSequentialElement(); in getElementValue()
1126 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1138 return getSequentialElement(); in getElementValue()
1144 return getSequentialElement(); in getElementValue()