Searched refs:getElementValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h372 Constant *getElementValue(Constant *C) const;
375 Constant *getElementValue(unsigned Idx) const;
1332 UndefValue *getElementValue(Constant *C) const;
1335 UndefValue *getElementValue(unsigned Idx) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp407 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr;
410 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr;
1015 Constant *ConstantAggregateZero::getElementValue(Constant *C) const { function in class:ConstantAggregateZero
1021 Constant *ConstantAggregateZero::getElementValue(unsigned Idx) const { function in class:ConstantAggregateZero
1050 UndefValue *UndefValue::getElementValue(Constant *C) const { function in class:UndefValue
1056 UndefValue *UndefValue::getElementValue(unsigned Idx) const { function in class:UndefValue
H A DConstantFold.cpp844 return CAZ->getElementValue(CIdx->getZExtValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2222 return translateCopy(C, *CAZ->getElementValue(0u), *EntryBuilder.get());
2225 Constant &Elt = *CAZ->getElementValue(i);

Completed in 129 milliseconds