Lines Matching defs:ComputeMultiple
1069 /// ComputeMultiple - This function computes the integer multiple of Base that
1073 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
1117 return ComputeMultiple(I->getOperand(0), Base, Multiple,
1136 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
1160 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {