Searched refs:emitFCmp (Results 1 – 1 of 1) sorted by relevance
227 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS);1485 return emitFCmp(VT, LHS, RHS); in emitCmp()1500 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp() function in AArch64FastISel