Searched refs:getCastedInt8PtrValue (Results 1 – 2 of 2) sorted by relevance
42 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase66 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()84 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpy()85 Src = getCastedInt8PtrValue(Src); in CreateMemCpy()108 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()109 Src = getCastedInt8PtrValue(Src); in CreateMemMove()128 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()143 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
331 Value *getCastedInt8PtrValue(Value *Ptr);