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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp514 SDValue foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1,
20234 SDValue DAGCombiner::foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, function in class:DAGCombiner
20391 if (SDValue V = foldSelectCCToShiftAnd(DL, N0, N1, N2, N3, CC))

Completed in 99 milliseconds