Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRBuilder.cpp104 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
134 Ptr = getCastedInt8PtrValue(Ptr); in CreateElementUnorderedAtomicMemSet()
164 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpy()
165 Src = getCastedInt8PtrValue(Src); in CreateMemCpy()
205 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemCpy()
206 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemCpy()
244 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
245 Src = getCastedInt8PtrValue(Src); in CreateMemMove()
281 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemMove()
282 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemMove()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h724 Value *getCastedInt8PtrValue(Value *Ptr);