Searched refs:getCastedInt8PtrValue (Results 1 – 2 of 2) sorted by relevance
63 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase142 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()[all …]
984 Value *getCastedInt8PtrValue(Value *Ptr);