reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1528 Value *P = PV.P, *Q = PV.Q, *P0 = P; 1532 P0 = P = B.CreateXor(P, PV.M); 1532 P0 = P = B.CreateXor(P, PV.M); 1535 auto *BMI = ConstantInt::get(P->getType(), APInt::getLowBitsSet(32, IC)); 1538 P = B.CreateAnd(P, BMI); 1538 P = B.CreateAnd(P, BMI); 1549 P = B.CreateCall(PMF, {P, QVI}); 1549 P = B.CreateCall(PMF, {P, QVI}); 1550 P = B.CreateTrunc(P, QI->getType()); 1550 P = B.CreateTrunc(P, QI->getType()); 1552 P = B.CreateAnd(P, BMI); 1552 P = B.CreateAnd(P, BMI); 1555 Value *R = B.CreateCall(PMF, {P, Q});