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