Searched refs:getRecurrenceType (Results 1 – 2 of 2) sorted by relevance
219 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() function
3389 if (VF > 1 && RdxPhi->getType() != RdxDesc.getRecurrenceType()) { in vectorizeLoop()3390 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in vectorizeLoop()3463 if (RdxPhi->getType() != RdxDesc.getRecurrenceType()) in vectorizeLoop()4889 T = RdxDesc.getRecurrenceType(); in getSmallestAndWidestTypes()