Searched refs:VPValueSC (Results 1 – 1 of 1) sorted by relevance
90 VPValueSC, /// A generic VPValue, like live-in values or defined by a recipe enumerator96 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} in VPValue() argument100 VPValue(Value *UV, VPDef *Def) : VPValue(VPValueSC, UV, Def) {} in VPValue()