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 355 Type *getSequentialElementType() const;
358 Type *getArrayElementType() const { return getSequentialElementType(); }
361 Type *getVectorElementType() const { return getSequentialElementType(); }
363 Type *getPointerElementType() const { return getSequentialElementType(); }
  /external/llvm/lib/IR/
Type.cpp 200 Type *Type::getSequentialElementType() const {
Constants.cpp 699 return Constant::getNullValue(getType()->getSequentialElementType());
732 return UndefValue::get(getType()->getSequentialElementType());
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 354 Type *EltTy = C->getType()->getSequentialElementType();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 83 milliseconds