Searched refs:LookThroughSExt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | MemoryBuiltins.cpp | 349 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()
|
| D | ValueTracking.cpp | 3213 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/ |
| D | MemoryBuiltins.h | 155 bool LookThroughSExt = false);
|
| D | ValueTracking.h | 212 bool LookThroughSExt = false,
|