HomeSort by relevance Sort by last modified time
    Searched defs:AddRHS (Results 1 - 6 of 6) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 138 const APInt& AddRHS = OpRHS->getValue();
141 if ((AddRHS & (AndRHSV - 1)).isNullValue()) {
146 if ((AddRHS & AndRHSV).isNullValue()) { // Bit is not set, noop
    [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 1008 milliseconds