Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp143 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
172 Dst = getCastedInt8PtrValue(Dst); in CreateMemSetInline()
200 Ptr = getCastedInt8PtrValue(Ptr); in CreateElementUnorderedAtomicMemSet()
228 Dst = getCastedInt8PtrValue(Dst); in CreateMemTransferInst()
229 Src = getCastedInt8PtrValue(Src); in CreateMemTransferInst()
265 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpyInline()
266 Src = getCastedInt8PtrValue(Src); in CreateMemCpyInline()
307 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemCpy()
308 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemCpy()
345 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h939 Value *getCastedInt8PtrValue(Value *Ptr);