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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3985 SDValue BuildUDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp539 SDValue BuildUDIV(SDNode *N);
3980 if (SDValue Op = BuildUDIV(N))
20566 SDValue DAGCombiner::BuildUDIV(SDNode *N) { function in class:DAGCombiner
20573 if (SDValue S = TLI.BuildUDIV(N, DAG, LegalOperations, Built)) {
H A DTargetLowering.cpp4817 SDValue TargetLowering::BuildUDIV(SDNode *N, SelectionDAG &DAG, function in class:TargetLowering

Completed in 181 milliseconds