Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp923 auto IsShiftAndLoad = [](SDValue LHS, SDValue RHS) { in isDesirableToCommuteWithShift() local
935 return !(IsShiftAndLoad(LHS, RHS) || IsShiftAndLoad(RHS, LHS)); in isDesirableToCommuteWithShift()