Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp92 bool LookThroughSExt = false) { in computeArraySize() argument
110 LookThroughSExt)) in computeArraySize()
178 bool LookThroughSExt) { in getMallocArraySize() argument
180 return computeArraySize(CI, TD, LookThroughSExt); in getMallocArraySize()
DValueTracking.cpp1074 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() argument
1114 if (!LookThroughSExt) return false; in ComputeMultiple()
1118 LookThroughSExt, Depth+1); in ComputeMultiple()
1136 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple()
1160 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryBuiltins.h69 bool LookThroughSExt = false);
DValueTracking.h90 bool LookThroughSExt = false,
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp222 bool LookThroughSExt = false) { in computeArraySize() argument
239 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt)) in computeArraySize()
295 bool LookThroughSExt) { in getMallocArraySize() argument
297 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()
DValueTracking.cpp2180 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() argument
2220 if (!LookThroughSExt) return false; in ComputeMultiple()
2224 LookThroughSExt, Depth+1); in ComputeMultiple()
2242 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple()
2266 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h101 bool LookThroughSExt = false);
DValueTracking.h155 bool LookThroughSExt = false,