Home
last modified time | relevance | path

Searched refs:ComputeMultiple (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h182 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp345 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt)) in computeArraySize()
DValueTracking.cpp2765 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, in ComputeMultiple() function in llvm
2808 return ComputeMultiple(I->getOperand(0), Base, Multiple, in ComputeMultiple()
2827 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple()
2851 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()