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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 112 ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS);
124 if (!IsBswapRHS && !ConstRHS)
133 Builder->getInt(ConstRHS->getValue().byteSwap());
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 143 milliseconds