Searched refs:getCastedInt8PtrValue (Results 1 – 2 of 2) sorted by relevance
63 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase117 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()145 Ptr = getCastedInt8PtrValue(Ptr); in CreateElementUnorderedAtomicMemSet()173 Dst = getCastedInt8PtrValue(Dst); in CreateMemTransferInst()174 Src = getCastedInt8PtrValue(Src); in CreateMemTransferInst()209 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpyInline()210 Src = getCastedInt8PtrValue(Src); in CreateMemCpyInline()238 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemCpy()239 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemCpy()276 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()[all …]
922 Value *getCastedInt8PtrValue(Value *Ptr);