Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h793 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()
H A DVPlanValue.h117 unsigned getVPValueID() const { return SubclassID; } in getVPValueID() function