Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h224 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3570 if (VF > 1 && Phi->getType() != RdxDesc.getRecurrenceType()) { in fixReduction()
3571 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in fixReduction()
3618 if (Phi->getType() != RdxDesc.getRecurrenceType()) in fixReduction()
4877 T = RdxDesc.getRecurrenceType(); in getSmallestAndWidestTypes()