Searched refs:lookThroughAnd (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 214 static Instruction *lookThroughAnd(PHINode *Phi, Type *&RT,
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 77 RecurrenceDescriptor::lookThroughAnd(PHINode *Phi, Type *&RT, in lookThroughAnd() function in RecurrenceDescriptor 217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 88 static Instruction *lookThroughAnd(PHINode *Phi, Type *&RT, in lookThroughAnd() function 249 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
|