Searched refs:IsZeroShift (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | TargetLowering.cpp | 5979 SDValue IsZeroShift = DAG.getSetCC(DL, CCVT, ShAmt, Zero, ISD::SETEQ); in expandFunnelShift() local 5980 Result = DAG.getSelect(DL, VT, IsZeroShift, IsFSHL ? X : Y, Or); in expandFunnelShift()
|
| HD | SelectionDAGBuilder.cpp | 6403 SDValue IsZeroShift = DAG.getSetCC(sdl, CCVT, ShAmt, Zero, ISD::SETEQ); in visitIntrinsicCall() local 6404 setValue(&I, DAG.getSelect(sdl, VT, IsZeroShift, IsFSHL ? X : Y, Or)); in visitIntrinsicCall()
|