Home
last modified time | relevance | path

Searched refs:ReuseOrCreateCast (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A D2013-01-14-ReuseCast.ll4 ; miscompile. ReuseOrCreateCast replace ptrtoint operand with undef.
/llvm-project-15.0.7/llvm/test/Transforms/LoopDistribute/
H A Dbounds-expansion-bug.ll13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h427 Value *ReuseOrCreateCast(Value *V, Type *Ty, Instruction::CastOps Op,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp48 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, in ReuseOrCreateCast() function in SCEVExpander
211 return ReuseOrCreateCast(V, Ty, Op, GetOptimalInsertionPointForCastOf(V)); in InsertNoopCastOfTo()
1647 return ReuseOrCreateCast(V, S->getType(), CastInst::PtrToInt, in visitPtrToIntExpr()