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

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

Completed in 452 milliseconds