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