Searched refs:BuildSDIV (Results 1 – 3 of 3) sorted by relevance
4925 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
626 SDValue BuildSDIV(SDNode *N);4878 if (SDValue Op = BuildSDIV(N)) in visitSDIVLike()27444 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner27451 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) { in BuildSDIV()
6154 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, in BuildSDIV() function in TargetLowering