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

/external/llvm/lib/IR/
H A DConstants.cpp246 /// getAggregateElement - For aggregates (struct/array/vector) return the
250 Constant *Constant::getAggregateElement(unsigned Elt) const { function in class:Constant
272 Constant *Constant::getAggregateElement(Constant *Elt) const { function in class:Constant
275 return getAggregateElement(CI->getZExtValue());
1419 const Constant *C = this->getAggregateElement(0U);

Completed in 41 milliseconds