Searched refs:IsNoBuiltinCall (Results 1 – 1 of 1) sorted by relevance
176 bool IsNoBuiltinCall; in getAllocationData() local178 getCalledFunction(V, LookThroughBitCast, IsNoBuiltinCall)) in getAllocationData()179 if (!IsNoBuiltinCall) in getAllocationData()186 bool IsNoBuiltinCall; in getAllocationSize() local188 getCalledFunction(V, /*LookThroughBitCast=*/false, IsNoBuiltinCall); in getAllocationSize()194 if (!IsNoBuiltinCall) in getAllocationSize()364 bool IsNoBuiltinCall; in isFreeCall() local366 getCalledFunction(I, /*LookThroughBitCast=*/false, IsNoBuiltinCall); in isFreeCall()367 if (Callee == nullptr || IsNoBuiltinCall) in isFreeCall()