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

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

Completed in 52 milliseconds