Lines Matching defs:ComputeMultiple
2179 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
2223 return ComputeMultiple(I->getOperand(0), Base, Multiple,
2242 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
2266 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {