Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5691 bool IsFSHL = Intrinsic == Intrinsic::fshl; in visitIntrinsicCall() local
5702 auto RotateOpcode = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitIntrinsicCall()
5716 SDValue ShX = DAG.getNode(ISD::SHL, sdl, VT, X, IsFSHL ? ShAmt : InvShAmt); in visitIntrinsicCall()
5717 SDValue ShY = DAG.getNode(ISD::SRL, sdl, VT, Y, IsFSHL ? InvShAmt : ShAmt); in visitIntrinsicCall()
5730 Res = DAG.getSelect(sdl, VT, IsZeroShift, IsFSHL ? X : Y, Res); in visitIntrinsicCall()