Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp63 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
142 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
171 Dst = getCastedInt8PtrValue(Dst); in CreateMemSetInline()
199 Ptr = getCastedInt8PtrValue(Ptr); in CreateElementUnorderedAtomicMemSet()
227 Dst = getCastedInt8PtrValue(Dst); in CreateMemTransferInst()
228 Src = getCastedInt8PtrValue(Src); in CreateMemTransferInst()
264 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpyInline()
265 Src = getCastedInt8PtrValue(Src); in CreateMemCpyInline()
306 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemCpy()
307 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemCpy()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h984 Value *getCastedInt8PtrValue(Value *Ptr);