Home
last modified time | relevance | path

Searched refs:IsNoBuiltinCall (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp176 bool IsNoBuiltinCall; in getAllocationData() local
178 getCalledFunction(V, LookThroughBitCast, IsNoBuiltinCall)) in getAllocationData()
179 if (!IsNoBuiltinCall) in getAllocationData()
186 bool IsNoBuiltinCall; in getAllocationSize() local
188 getCalledFunction(V, /*LookThroughBitCast=*/false, IsNoBuiltinCall); in getAllocationSize()
194 if (!IsNoBuiltinCall) in getAllocationSize()
364 bool IsNoBuiltinCall; in isFreeCall() local
366 getCalledFunction(I, /*LookThroughBitCast=*/false, IsNoBuiltinCall); in isFreeCall()
367 if (Callee == nullptr || IsNoBuiltinCall) in isFreeCall()