reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  698   if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
  699       ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
  702     if (ImmValue == (ImmValue & ~(ImmValue + 1))) {
  702     if (ImmValue == (ImmValue & ~(ImmValue + 1))) {
  702     if (ImmValue == (ImmValue & ~(ImmValue + 1))) {
  703       Imm = CurDAG->getTargetConstant(ImmValue.countPopulation() - 1, SDLoc(N),