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

References

lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  664   if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
  665       ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
  669     if (ImmValue == ~(~ImmValue & ~(~ImmValue + 1))) {
  669     if (ImmValue == ~(~ImmValue & ~(~ImmValue + 1))) {
  669     if (ImmValue == ~(~ImmValue & ~(~ImmValue + 1))) {
  671       Imm = CurDAG->getTargetConstant(ImmValue.countPopulation() - 1, SDLoc(N),