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

  /external/llvm/include/llvm/IR/
Type.h 350 Type *getSequentialElementType() const;
353 Type *getArrayElementType() const { return getSequentialElementType(); }
356 Type *getVectorElementType() const { return getSequentialElementType(); }
358 Type *getPointerElementType() const { return getSequentialElementType(); }
  /external/llvm/lib/IR/
Type.cpp 197 Type *Type::getSequentialElementType() const {
Constants.cpp 773 return Constant::getNullValue(getType()->getSequentialElementType());
814 return UndefValue::get(getType()->getSequentialElementType());
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 362 Type *EltTy = C->getType()->getSequentialElementType();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 178 milliseconds