Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h2268 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2541 BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization, in BuildSDIV() function in TargetLowering
DDAGCombiner.cpp278 SDValue BuildSDIV(SDNode *N);
1987 SDValue Op = BuildSDIV(N); in visitSDIV()
10744 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
10746 SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, &Built); in BuildSDIV()