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 318 /// getStructElement - If this CAZ has struct type, return a zero with the
320 Constant *getStructElement(unsigned Elt) const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 659 /// getStructElement - If this CAZ has struct type, return a zero with the
661 Constant *ConstantAggregateZero::getStructElement(unsigned Elt) const {
670 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
678 return getStructElement(Idx);
692 /// getStructElement - If this undef has struct type, return a zero with the
694 UndefValue *UndefValue::getStructElement(unsigned Elt) const {
703 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
711 return getStructElement(Idx);
    [all...]

Completed in 100 milliseconds