Home
last modified time | relevance | path

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

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