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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 72 Type *getValueAsType() const;
85 Profile(ID, getKindAsEnum(), getValueAsType());
Attributes.cpp 311 Type *Attribute::getValueAsType() const {
315 return pImpl->getValueAsType();
523 getValueAsType()->print(OS, false, true);
677 Type *AttributeImpl::getValueAsType() const {
1051 return A->getValueAsType();
1057 return A->getValueAsType();
1063 return A->getValueAsType();
1069 return A->getValueAsType();
1075 return A->getValueAsType();
1767 ByValType = Attr.getValueAsType();
    [all...]
AsmWriter.cpp 4445 if (Type *Ty = Attr.getValueAsType()) {
Core.cpp 176 return wrap(Attr.getValueAsType());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 125 Type *TyL = LA.getValueAsType();
126 Type *TyR = RA.getValueAsType();
ValueMapper.cpp 950 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 185 Type *getValueAsType() const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 164 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType();
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 654 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1860 .getValueAsType();
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 810 Type *Ty = Attr.getValueAsType();
814 Record.push_back(VE.getTypeID(Attr.getValueAsType()));

Completed in 36 milliseconds