Searched defs:BuildSDIV (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3284 BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization, function in class:TargetLowering
H A DDAGCombiner.cpp259 SDValue BuildSDIV(SDNode *N);
1898 SDValue Op = BuildSDIV(N);
8494 SDValue DAGCombiner::BuildSDIV(SDNode *N) { function in class:DAGCombiner
8496 SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, &Built);

Completed in 60 milliseconds