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 316 /// getStructElement - If this CAZ has struct type, return a zero with the
318 Constant *getStructElement(unsigned Elt) const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 745 /// getStructElement - If this CAZ has struct type, return a zero with the
747 Constant *ConstantAggregateZero::getStructElement(unsigned Elt) const {
756 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
764 return getStructElement(Idx);
786 /// getStructElement - If this undef has struct type, return a zero with the
788 UndefValue *UndefValue::getStructElement(unsigned Elt) const {
797 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
805 return getStructElement(Idx);
    [all...]

Completed in 52 milliseconds