Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h541 SDValue lowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1220 case ISD::FCOPYSIGN: return lowerFCOPYSIGN(Op, DAG); in LowerOperation()
2414 MipsTargetLowering::lowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const { in lowerFCOPYSIGN() function in MipsTargetLowering