Searched refs:VPValueSC (Results 1 – 1 of 1) sorted by relevance
74 enum { VPValueSC, VPUserSC, VPInstructionSC }; enumerator76 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument