Lines Matching refs:getCastedInt8PtrValue
63 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
143 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()
346 Src = getCastedInt8PtrValue(Src); in CreateMemMove()
382 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemMove()
383 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemMove()
482 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()
498 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
515 Ptr = getCastedInt8PtrValue(Ptr); in CreateInvariantStart()