Searched refs:LookThroughBitCast (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 58 bool LookThroughBitCast = false); 61 bool LookThroughBitCast = false); 66 bool LookThroughBitCast = false); 71 bool LookThroughBitCast = false); 74 bool LookThroughBitCast = false); 79 bool LookThroughBitCast = false); 82 bool LookThroughBitCast = false); 87 bool LookThroughBitCast = false); 92 bool LookThroughBitCast = false); 97 bool LookThroughBitCast = false); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 117 static const Function *getCalledFunction(const Value *V, bool LookThroughBitCast, in getCalledFunction() argument 123 if (LookThroughBitCast) in getCalledFunction() 180 bool LookThroughBitCast = false) { in getAllocationData() argument 183 getCalledFunction(V, LookThroughBitCast, IsNoBuiltinCall)) in getAllocationData() 192 bool LookThroughBitCast = false) { in getAllocationData() argument 195 getCalledFunction(V, LookThroughBitCast, IsNoBuiltinCall)) in getAllocationData() 233 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() argument 235 dyn_cast<CallBase>(LookThroughBitCast ? V->stripPointerCasts() : V); in hasNoAliasAttr() 243 bool LookThroughBitCast) { in isAllocationFn() argument 244 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn() [all …]
|