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

/external/llvm/lib/IR/
H A DConstants.cpp266 /// getAggregateElement - For aggregates (struct/array/vector) return the
270 Constant *Constant::getAggregateElement(unsigned Elt) const { function in class:Constant
292 Constant *Constant::getAggregateElement(Constant *Elt) const { function in class:Constant
295 return getAggregateElement(CI->getZExtValue());
1382 const Constant *C = this->getAggregateElement(0U);

Completed in 102 milliseconds