Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp63 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
117 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
145 Ptr = getCastedInt8PtrValue(Ptr); in CreateElementUnorderedAtomicMemSet()
173 Dst = getCastedInt8PtrValue(Dst); in CreateMemTransferInst()
174 Src = getCastedInt8PtrValue(Src); in CreateMemTransferInst()
209 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpyInline()
210 Src = getCastedInt8PtrValue(Src); in CreateMemCpyInline()
238 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemCpy()
239 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemCpy()
276 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h922 Value *getCastedInt8PtrValue(Value *Ptr);