Searched defs:getStructElement (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstants.cpp776 /// getStructElement - If this CAZ has struct type, return a zero with the
778 Constant *ConstantAggregateZero::getStructElement(unsigned Elt) const { function in class:ConstantAggregateZero
787 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
795 return getStructElement(Idx);
817 /// getStructElement - If this undef has struct type, return a zero with the
819 UndefValue *UndefValue::getStructElement(unsigned Elt) const { function in class:UndefValue
828 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
836 return getStructElement(Idx);

Completed in 46 milliseconds