Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h227 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3789 if (VF > 1 && Phi->getType() != RdxDesc.getRecurrenceType()) { in fixReduction()
3790 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in fixReduction()
3846 if (Phi->getType() != RdxDesc.getRecurrenceType()) in fixReduction()
5156 T = RdxDesc.getRecurrenceType(); in getSmallestAndWidestTypes()