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