reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
150 Type *getValueAsType() const;
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.cpp399 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.cpp120 Type *TyL = LA.getValueAsType(); 121 Type *TyR = RA.getValueAsType();lib/Transforms/Utils/ValueMapper.cpp
904 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();