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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h418 SDValue lowerADD(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp858 case ISD::ADD: return lowerADD(Op, DAG);
2275 SDValue MipsTargetLowering::lowerADD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 36 milliseconds