reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
535 if (isLeftShift) 557 0, getShiftedValue(I->getOperand(0), NumBits, isLeftShift, IC, DL)); 559 1, getShiftedValue(I->getOperand(1), NumBits, isLeftShift, IC, DL)); 564 return foldShiftedShift(cast<BinaryOperator>(I), NumBits, isLeftShift, 569 1, getShiftedValue(I->getOperand(1), NumBits, isLeftShift, IC, DL)); 571 2, getShiftedValue(I->getOperand(2), NumBits, isLeftShift, IC, DL)); 580 isLeftShift, IC, DL));