Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9454 static bool bitOpWithConstantIsReducible(unsigned Opc, uint32_t Val) { in bitOpWithConstantIsReducible() function
9475 if ((bitOpWithConstantIsReducible(Opc, ValLo) || in splitBinaryBitConstantOp()
9476 bitOpWithConstantIsReducible(Opc, ValHi)) || in splitBinaryBitConstantOp()