Home
last modified time | relevance | path

Searched refs:InsertNoopCastOfTo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h423 Value *InsertNoopCastOfTo(Value *V, Type *Ty);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp156 Value *SCEVExpander::InsertNoopCastOfTo(Value *V, Type *Ty) { in InsertNoopCastOfTo() function in SCEVExpander
1364 V = InsertNoopCastOfTo(V, Ty); in expandCodeFor()