Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h349 Constant *getSequentialElement() const;
1365 UndefValue *getSequentialElement() const;
1410 PoisonValue *getSequentialElement() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1083 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1095 return getSequentialElement(); in getElementValue()
1101 return getSequentialElement(); in getElementValue()
1118 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1130 return getSequentialElement(); in getElementValue()
1136 return getSequentialElement(); in getElementValue()
1153 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1165 return getSequentialElement(); in getElementValue()
1171 return getSequentialElement(); in getElementValue()