Searched refs:emitICmp (Results 1 – 1 of 1) sorted by relevance
219 bool emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt);1477 return emitICmp(VT, LHS, RHS, IsZExt); in emitCmp()1484 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp() function in AArch64FastISel