Lines Matching refs:VPDef
34 class VPDef; variable
46 friend class VPDef; variable
65 VPDef *Def;
67 VPValue(const unsigned char SC, Value *UV = nullptr, VPDef *Def = nullptr);
115 VPValue(Value *UV = nullptr, VPDef *Def = nullptr)
182 VPDef *getDef() { return Def; } in getDef()
183 const VPDef *getDef() const { return Def; } in getDef()
288 static inline bool classof(const VPDef *Recipe);
312 class VPDef {
373 VPDef(const unsigned char SC) : SubclassID(SC) {} in VPDef() function
375 virtual ~VPDef() { in ~VPDef()