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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 471 const llvm::APSInt *newRHS;
473 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
475 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
477 assert(newRHS && "Invalid operation despite common type!");
478 rhs = nonloc::ConcreteInt(*newRHS);
    [all...]

Completed in 315 milliseconds