Searched refs:isFADD (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1299 static bool isFADD(unsigned Opc) { function
1361 if (isFADD(Opc) || isFMUL(Opc))
1463 bool IsFAdd = isFADD(Opc);

Completed in 122 milliseconds