Home
last modified time | relevance | path

Searched refs:emitFCmp (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp225 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS);
1490 return emitFCmp(VT, LHS, RHS); in emitCmp()
1505 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp() function in AArch64FastISel