Searched refs:emitICmp_ri (Results 1 – 1 of 1) sorted by relevance
183 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm);1434 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri() function in AArch64FastISel4747 if (!emitICmp_ri(VT, Src0Reg, /*IsKill=*/false, 0)) in selectSDiv()