Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h352 Constant *getSequentialElement() const;
1382 UndefValue *getSequentialElement() const;
1427 PoisonValue *getSequentialElement() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1062 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1074 return getSequentialElement(); in getElementValue()
1080 return getSequentialElement(); in getElementValue()
1097 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1109 return getSequentialElement(); in getElementValue()
1115 return getSequentialElement(); in getElementValue()
1132 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1144 return getSequentialElement(); in getElementValue()
1150 return getSequentialElement(); in getElementValue()