Home
last modified time | relevance | path

Searched refs:getRecurrenceIdentity (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h160 static Constant *getRecurrenceIdentity(RecurrenceKind K, Type *Tp);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp747 Constant *RecurrenceDescriptor::getRecurrenceIdentity(RecurrenceKind K, in getRecurrenceIdentity() function in RecurrenceDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3720 Constant *Iden = RecurrenceDescriptor::getRecurrenceIdentity( in fixReduction()