Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp176 const APInt &AndRHSV = cast<ConstantInt>(AndRHS)->getValue(); in OptAndOp() local
179 if (AndRHSV.isPowerOf2()) { in OptAndOp()
186 if ((AddRHS & (AndRHSV-1)) == 0) { in OptAndOp()
191 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop in OptAndOp()