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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp411 int Incr2 = (C2->Kind == ICDiamond) local
413 if (Incr1 > Incr2)
415 else if (Incr1 == Incr2) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1668 Register Incr2 = RegInfo.createVirtualRegister(RC); local
1800 BuildMI(BB, DL, TII->get(Mips::SLLV), Incr2).addReg(Incr).addReg(ShiftAmt);
1811 .addReg(Incr2)

Completed in 65 milliseconds