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