Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp81 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { in getCalledFunction() argument
82 if (LookThroughBitCast) in getCalledFunction()
103 bool LookThroughBitCast = false) { in getAllocationData() argument
108 const Function *Callee = getCalledFunction(V, LookThroughBitCast); in getAllocationData()
167 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() argument
168 ImmutableCallSite CS(LookThroughBitCast ? V->stripPointerCasts() : V); in hasNoAliasAttr()
177 bool LookThroughBitCast) { in isAllocationFn() argument
178 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn()
184 bool LookThroughBitCast) { in isNoAliasFn() argument
187 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn()
[all …]
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h45 bool LookThroughBitCast = false);
50 bool LookThroughBitCast = false);
55 bool LookThroughBitCast = false);
60 bool LookThroughBitCast = false);
65 bool LookThroughBitCast = false);