Searched refs:emitICmp_ri (Results 1 – 1 of 1) sorted by relevance
226 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, uint64_t Imm);1495 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, uint64_t Imm) { in emitICmp_ri() function in AArch64FastISel4920 if (!emitICmp_ri(VT, Src0Reg, 0)) in selectSDiv()