Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ComputeMultiple

2101 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
2145 return ComputeMultiple(I->getOperand(0), Base, Multiple,
2164 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
2188 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {