Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h158 static Constant *getRecurrenceIdentity(RecurrenceKind K, Type *Tp);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h155 static Constant *getRecurrenceIdentity(RecurrenceKind K, Type *Tp);
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp561 Constant *RecurrenceDescriptor::getRecurrenceIdentity(RecurrenceKind K, in getRecurrenceIdentity() function in RecurrenceDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp660 Constant *RecurrenceDescriptor::getRecurrenceIdentity(RecurrenceKind K, in getRecurrenceIdentity() function in RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3548 Constant *Iden = RecurrenceDescriptor::getRecurrenceIdentity( in vectorizeLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3586 Constant *Iden = RecurrenceDescriptor::getRecurrenceIdentity( in fixReduction()