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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 202 const APInt& AddRHS = OpRHS->getValue();
205 if ((AddRHS & (AndRHSV-1)) == 0) {
210 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
    [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 246 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue();
249 if ((AddRHS & (AndRHSV-1)) == 0) {
254 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
    [all...]

Completed in 248 milliseconds