Searched defs:Casts (Results 1 – 5 of 5) sorted by relevance
162 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore()800 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor()1043 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local
500 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
1792 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local6429 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local6436 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local6616 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local
243 SmallDenseMap<Value *, Instruction *> Casts; in FoldIntegerTypedPHI() local
2326 TYPED_TEST(CToReactorTCastTest, Casts) in TYPED_TEST() argument