Lines Matching defs:nullptr
67 /// Pointer to the VPDef that defines this VPValue. If it is nullptr, the
71 VPValue(const unsigned char SC, Value *UV = nullptr, VPDef *Def = nullptr);
74 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {}
76 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {}
164 /// Returns the recipe defining this VPValue or nullptr if it is not defined
176 /// scope of VPlan. Returns nullptr if the VPValue is defined by a VPDef
321 V->Def = nullptr;
387 D->Def = nullptr;
462 VPSlotTracker(const VPlan *Plan = nullptr) {