Searched defs:VPValueSC (Results 1 – 2 of 2) sorted by relevance
77 enum { VPValueSC, VPUserSC, VPInstructionSC }; enumerator79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument
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() argument