HomeSort by relevance Sort by last modified time
    Searched refs:getStructElement (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h 330 /// getStructElement - If this CAZ has struct type, return a zero with the
332 Constant *getStructElement(unsigned Elt) const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 776 /// getStructElement - If this CAZ has struct type, return a zero with the
778 Constant *ConstantAggregateZero::getStructElement(unsigned Elt) const {
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 {
828 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
836 return getStructElement(Idx);
    [all...]

Completed in 43 milliseconds