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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1325 unsigned ShiftedCmpVal = RegInfo.createVirtualRegister(RC); local
1398 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedCmpVal)
1414 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB);

Completed in 191 milliseconds