HomeSort by: relevance | last modified time | path
    Searched refs:ComputeMultiple (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 211 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 366 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt))
ValueTracking.cpp 3170 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
3213 return ComputeMultiple(I->getOperand(0), Base, Multiple,
3232 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
3256 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {

Completed in 109 milliseconds