Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp204 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in llvm::sandboxir::ConstantAggregateZero
206 cast<llvm::ConstantAggregateZero>(Val)->getSequentialElement())); in getSequentialElement()
238 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in llvm::sandboxir::UndefValue
240 cast<llvm::UndefValue>(Val)->getSequentialElement())); in getSequentialElement()
264 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in llvm::sandboxir::PoisonValue
266 cast<llvm::PoisonValue>(Val)->getSequentialElement())); in getSequentialElement()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1134 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement() function in ConstantAggregateZero
1146 return getSequentialElement(); in getElementValue()
1152 return getSequentialElement(); in getElementValue()
1169 UndefValue *UndefValue::getSequentialElement() const { in getSequentialElement() function in UndefValue
1181 return getSequentialElement(); in getElementValue()
1187 return getSequentialElement(); in getElementValue()
1204 PoisonValue *PoisonValue::getSequentialElement() const { in getSequentialElement() function in PoisonValue
1216 return getSequentialElement(); in getElementValue()
1222 return getSequentialElement(); in getElementValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h374 LLVM_ABI Constant *getSequentialElement() const;
1436 LLVM_ABI UndefValue *getSequentialElement() const;
1481 LLVM_ABI PoisonValue *getSequentialElement() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h459 LLVM_ABI Constant *getSequentialElement() const;
811 LLVM_ABI UndefValue *getSequentialElement() const;
859 LLVM_ABI PoisonValue *getSequentialElement() const;