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

/external/llvm/lib/IR/
H A DConstants.cpp201 /// getAggregateElement - For aggregates (struct/array/vector) return the
205 Constant *Constant::getAggregateElement(unsigned Elt) const { function in class:Constant
227 Constant *Constant::getAggregateElement(Constant *Elt) const { function in class:Constant
230 return getAggregateElement(CI->getZExtValue());
1343 const Constant *C = this->getAggregateElement(0U);

Completed in 46 milliseconds