Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2043 auto CreateBitCastLike = [&IRB](Value *In, Type *Ty) -> Value * { in convertValue() local
2075 return IRB.CreateIntToPtr(CreateBitCastLike(V, DL.getIntPtrType(NewTy)), in convertValue()
2085 return CreateBitCastLike(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)), in convertValue()
2101 CreateBitCastLike(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)), in convertValue()
2107 return CreateBitCastLike(V, NewTy); in convertValue()