HomeSort by: relevance | last modified time | path
    Searched defs:getSourceElementType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Operator.cpp 22 Type *GEPOperator::getSourceElementType() const {
24 return I->getSourceElementType();
25 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType();
68 return GEPOperator::accumulateConstantOffset(getSourceElementType(), Index,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 1014 Type *getSourceElementType() const { return SourceElementType; }

Completed in 28 milliseconds