Searched defs:ComputeMultiple (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1298 /// ComputeMultiple - This function computes the integer multiple of Base that
1302 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, function in class:llvm
1346 return ComputeMultiple(I->getOperand(0), Base, Multiple,
1365 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
1389 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {

Completed in 44 milliseconds