Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h230 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3595 if (VF > 1 && Phi->getType() != RdxDesc.getRecurrenceType()) { in vectorizeLoop()
3596 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in vectorizeLoop()
3667 if (Phi->getType() != RdxDesc.getRecurrenceType()) in vectorizeLoop()
5351 T = RdxDesc.getRecurrenceType(); in getSmallestAndWidestTypes()