Searched refs:SecShift (Results 1 – 1 of 1) sorted by relevance
309 Value *FirstShift = nullptr, *SecShift = nullptr; in lowerFunnelShifts() local326 SecShift = IRB.CreateShl(FSHFunc->getArg(0), SubRotateVal); in lowerFunnelShifts()330 SecShift = IRB.CreateLShr(FSHFunc->getArg(1), SubRotateVal); in lowerFunnelShifts()333 IRB.CreateRet(IRB.CreateOr(FirstShift, SecShift)); in lowerFunnelShifts()