HomeSort by relevance Sort by last modified time
    Searched refs:AddRHS (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 183 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue();
186 if ((AddRHS & (AndRHSV-1)) == 0) {
191 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
    [all...]
InstructionCombining.cpp     [all...]

Completed in 98 milliseconds