Searched defs:AddRHS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp175 const APInt& AddRHS = OpRHS->getValue(); local
178 if ((AddRHS & (AndRHSV-1)) == 0) {
183 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop

Completed in 284 milliseconds