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