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