Home
last modified time | relevance | path

Searched refs:getVPValueID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h824 return V->getVPValueID() == VPValue::VPVInstructionSC; in classof()
934 return V->getVPValueID() == VPValue::VPVWidenSC; in classof()
1145 return V->getVPValueID() == VPValue::VPVCanonicalIVPHISC || in classof()
1148 V->getVPValueID() == VPValue::VPVReductionPHISC || in classof()
1150 V->getVPValueID() == VPValue::VPVWidenPHISC; in classof()
1257 return V->getVPValueID() == VPValue::VPVWidenPHISC; in classof()
1344 return V->getVPValueID() == VPValue::VPVReductionPHISC; in classof()
1525 return V->getVPValueID() == VPValue::VPVReductionSC; in classof()
1583 return V->getVPValueID() == VPValue::VPVReplicateSC; in classof()
1855 return V->getVPValueID() == VPValue::VPVCanonicalIVPHISC; in classof()
[all …]
H A DVPlanValue.h125 unsigned getVPValueID() const { return SubclassID; } in getVPValueID() function