Searched defs:MinWidthCastToRecurTy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 79 RecurrenceDescriptor(Value * Start,Instruction * Exit,StoreInst * Store,RecurKind K,FastMathFlags FMF,Instruction * ExactFP,Type * RT,bool Signed,bool Ordered,SmallPtrSetImpl<Instruction * > & CI,unsigned MinWidthCastToRecurTy) RecurrenceDescriptor() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 142 collectCastInstrs(Loop * TheLoop,Instruction * Exit,Type * RecurrenceType,SmallPtrSetImpl<Instruction * > & Casts,unsigned & MinWidthCastToRecurTy) collectCastInstrs() argument
|