Searched refs:getCastedInt8PtrValue (Results 1 – 2 of 2) sorted by relevance
46 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase85 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()110 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpy()111 Src = getCastedInt8PtrValue(Src); in CreateMemCpy()141 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()142 Src = getCastedInt8PtrValue(Src); in CreateMemMove()167 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()182 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
515 Value *getCastedInt8PtrValue(Value *Ptr);