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

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1321 static bool isFMUL(unsigned Opc) { function
1361 if (isFADD(Opc) || isFMUL(Opc))
1438 if (!MI || !isFMUL(MI->getOpcode()))

Completed in 120 milliseconds