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

  /external/llvm/include/llvm/
Type.h 335 Type *getSequentialElementType() const;
338 Type *getArrayElementType() const { return getSequentialElementType(); }
341 Type *getVectorElementType() const { return getSequentialElementType(); }
344 Type *getPointerElementType() const { return getSequentialElementType(); }
  /external/llvm/lib/VMCore/
Type.cpp 225 Type *Type::getSequentialElementType() const {
Constants.cpp 604 return Constant::getNullValue(getType()->getSequentialElementType());
637 return UndefValue::get(getType()->getSequentialElementType());
    [all...]

Completed in 41 milliseconds