Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp224 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, uint64_t Imm);
1500 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, uint64_t Imm) { in emitICmp_ri() function in AArch64FastISel
4870 if (!emitICmp_ri(VT, Src0Reg, 0)) in selectSDiv()