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 317 /// getStructElement - If this CAZ has struct type, return a zero with the
319 Constant *getStructElement(unsigned Elt) const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 664 /// getStructElement - If this CAZ has struct type, return a zero with the
666 Constant *ConstantAggregateZero::getStructElement(unsigned Elt) const {
675 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
683 return getStructElement(Idx);
697 /// getStructElement - If this undef has struct type, return a zero with the
699 UndefValue *UndefValue::getStructElement(unsigned Elt) const {
708 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
716 return getStructElement(Idx);
    [all...]

Completed in 33 milliseconds