Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Inverse

709   // to do is multiply by the inverse.  Therefore, this step can be done at
765 // Calculate the multiplicative inverse of K! / 2^T;
5592 // 3. Compute I: the multiplicative inverse of (A / D) in arithmetic
6384 bool Inverse) {
6392 if (!Inverse)
6393 return isImpliedCond(Pred, LHS, RHS, BO->getOperand(0), Inverse) ||
6394 isImpliedCond(Pred, LHS, RHS, BO->getOperand(1), Inverse);
6396 if (Inverse)
6397 return isImpliedCond(Pred, LHS, RHS, BO->getOperand(0), Inverse) ||
6398 isImpliedCond(Pred, LHS, RHS, BO->getOperand(1), Inverse);
6417 if (Inverse)