Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h351 Constant *getSequentialElement() const;
1400 UndefValue *getSequentialElement() const;
1445 PoisonValue *getSequentialElement() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1070 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1082 return getSequentialElement(); in getElementValue()
1088 return getSequentialElement(); in getElementValue()
1105 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1117 return getSequentialElement(); in getElementValue()
1123 return getSequentialElement(); in getElementValue()
1140 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1152 return getSequentialElement(); in getElementValue()
1158 return getSequentialElement(); in getElementValue()