Home
last modified time | relevance | path

Searched refs:emitICmp_ri (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp226 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 AArch64FastISel
4920 if (!emitICmp_ri(VT, Src0Reg, 0)) in selectSDiv()