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 121 ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS);
133 if (!IsBswapRHS && !ConstRHS)
142 Builder->getInt(ConstRHS->getValue().byteSwap());
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 67 milliseconds