Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8897 static bool bitOpWithConstantIsReducible(unsigned Opc, uint32_t Val) { in bitOpWithConstantIsReducible() function
8918 if ((bitOpWithConstantIsReducible(Opc, ValLo) || in splitBinaryBitConstantOp()
8919 bitOpWithConstantIsReducible(Opc, ValHi)) || in splitBinaryBitConstantOp()