Lines Matching refs:getCastedInt8PtrValue
63 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()
344 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
345 Src = getCastedInt8PtrValue(Src); in CreateMemMove()
381 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemMove()
382 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemMove()
480 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()
496 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
513 Ptr = getCastedInt8PtrValue(Ptr); in CreateInvariantStart()