Searched defs:Casts (Results 1 – 11 of 11) sorted by relevance
17 Casts section in Changing Types
162 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore()800 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor()1043 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local
243 TEST_F(LibraryTest, Casts) { in TEST_F() argument
42 namespace Casts { namespace
67 namespace Casts { namespace
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
209 SmallVector<const CastExpr *, 4> Casts; in createTemporaryRegionIfNeeded() local
6157 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local
2476 TYPED_TEST(CToReactorTCastTest, Casts) in TYPED_TEST() argument