Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp230 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
3814 return SimplifySelect(N->getDebugLoc(), N0, N1, N2); in visitSELECT()
7284 SDValue DAGCombiner::SimplifySelect(DebugLoc DL, SDValue N0, in SimplifySelect() function in DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp339 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
5248 return SimplifySelect(SDLoc(N), N0, N1, N2); in visitSELECT()
13976 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp405 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
7293 return SimplifySelect(DL, N0, N1, N2); in visitSELECT()
17571 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner