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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1783 InAllocaType = Attr.getValueAsType();
1810 InAllocaType = nullptr;
1942 InAllocaType = Ty;
1975 if (!InAllocaType)
1976 InAllocaType = B.InAllocaType;
2018 if (B.InAllocaType)
2019 InAllocaType = nullptr;
2085 InAllocaType == B.InAllocaType &
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 817 Type *InAllocaType = nullptr;
913 Type *getInAllocaType() const { return InAllocaType; }

Completed in 35 milliseconds