Searched refs:getVPValueID (Results 1 – 2 of 2) sorted by relevance
793 return V->getVPValueID() == VPValue::VPVInstructionSC; in classof()868 return V->getVPValueID() == VPValue::VPVWidenSC; in classof()1065 return V->getVPValueID() == VPValue::VPVWidenPHISC; in classof()1237 return V->getVPValueID() == VPValue::VPVReductionSC; in classof()1299 return V->getVPValueID() == VPValue::VPVReplicateSC; in classof()
117 unsigned getVPValueID() const { return SubclassID; } in getVPValueID() function