Searched refs:ShiftedCmpVal (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp1506 unsigned ShiftedCmpVal = RegInfo.createVirtualRegister(RC); local
1573 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedCmpVal)
1589 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB);

Completed in 137 milliseconds