HomeSort by: relevance | last modified time | path
    Searched refs:SourceElementType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 850 Type *SourceElementType = GEPI->getSourceElementType();
853 if (isa<ScalableVectorType>(SourceElementType))
856 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 918 Type *SourceElementType;
1014 Type *getSourceElementType() const { return SourceElementType; }
1016 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1161 SourceElementType(PointeeType),
1175 SourceElementType(PointeeType),
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 1703 SourceElementType(GEPI.SourceElementType),

Completed in 34 milliseconds