Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemoryBuiltins.cpp349 bool LookThroughSExt = false) { in computeArraySize() argument
366 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt)) in computeArraySize()
421 bool LookThroughSExt) { in getMallocArraySize() argument
423 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()
DValueTracking.cpp3213 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() argument
3251 if (!LookThroughSExt) return false; in ComputeMultiple()
3256 LookThroughSExt, Depth+1); in ComputeMultiple()
3274 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple()
3298 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DMemoryBuiltins.h155 bool LookThroughSExt = false);
DValueTracking.h212 bool LookThroughSExt = false,