Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h154 static Constant *getRecurrenceIdentity(RecurrenceKind K, Type *Tp);
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp519 Constant *RecurrenceDescriptor::getRecurrenceIdentity(RecurrenceKind K, in getRecurrenceIdentity() function in RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3342 Constant *Iden = RecurrenceDescriptor::getRecurrenceIdentity( in vectorizeLoop()