Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp183 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