Searched refs:BuildSDIV (Results 1 – 4 of 4) sorted by relevance
8 ; (TargetLowering::BuildSDIV).
4564 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
572 SDValue BuildSDIV(SDNode *N);4444 if (SDValue Op = BuildSDIV(N)) in visitSDIVLike()24285 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner24292 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) { in BuildSDIV()
5770 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, in BuildSDIV() function in TargetLowering