Home
last modified time | relevance | path

Searched refs:BuildUDIV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5081 SDValue BuildUDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp635 SDValue BuildUDIV(SDNode *N);
4945 if (SDValue Op = BuildUDIV(N)) in visitUDIVLike()
27875 SDValue DAGCombiner::BuildUDIV(SDNode *N) { in BuildUDIV() function in DAGCombiner
27882 if (SDValue S = TLI.BuildUDIV(N, DAG, LegalOperations, Built)) { in BuildUDIV()
H A DTargetLowering.cpp6448 SDValue TargetLowering::BuildUDIV(SDNode *N, SelectionDAG &DAG, in BuildUDIV() function in TargetLowering