Lines Matching refs:getCastedInt8PtrValue
62 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
104 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()
404 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()
420 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
437 Ptr = getCastedInt8PtrValue(Ptr); in CreateInvariantStart()