Searched defs:VPFirstOrderRecurrencePHIRecipe (Results 1 – 1 of 1) sorted by relevance
2195 struct VPFirstOrderRecurrencePHIRecipe : public VPHeaderPHIRecipe { struct2196 VPFirstOrderRecurrencePHIRecipe(PHINode *Phi, VPValue &Start) in VPFirstOrderRecurrencePHIRecipe() function2201 VPFirstOrderRecurrencePHIRecipe *clone() override { in VP_CLASSOF_IMPL() argument2219 bool onlyFirstLaneUsed(const VPValue *Op) const override { in onlyFirstLaneUsed()