Lines Matching defs:nullptr
62 /// Pointer to the VPDef that defines this VPValue. If it is nullptr, the
66 VPValue(const unsigned char SC, Value *UV = nullptr, VPDef *Def = nullptr);
88 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {}
90 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {}
158 /// Returns the recipe defining this VPValue or nullptr if it is not defined
170 /// scope of VPlan. Returns nullptr if the VPValue is defined by a VPDef
330 V->Def = nullptr;
389 D->Def = nullptr;
464 VPSlotTracker(const VPlan *Plan = nullptr) {