reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Attributes.h
  150   Type *getValueAsType() const;

References

lib/Bitcode/Writer/BitcodeWriter.cpp
  772         Type *Ty = Attr.getValueAsType();
  776           Record.push_back(VE.getTypeID(Attr.getValueAsType()));
lib/CodeGen/GlobalISel/CallLowering.cpp
   99     auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType();
lib/IR/Attributes.cpp
  399     if (Type *Ty = getValueAsType()) {
  855       return I.getValueAsType();
 1469     ByValType = Attr.getValueAsType();
lib/Linker/IRMover.cpp
  640       Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();
lib/Transforms/Utils/FunctionComparator.cpp
  120         Type *TyL = LA.getValueAsType();
  121         Type *TyR = RA.getValueAsType();
lib/Transforms/Utils/ValueMapper.cpp
  904         Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();