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 567 Value* newRHS = RHS;
572 newRHS = LHSOp1;
581 newRHS = RHSOp0;
586 newRHS = NULL;
589 if (newLHS == LHS && newRHS == RHS)
596 if (RHSShuffle && newRHS != RHS)
632 else if (newRHS != RHS) {
645 // If newRHS == NULL, i.e. LHSOp0 == RHSOp0, we want to remap any
647 // If newRHS == newLHS, we want to remap any references from newRHS t
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 494 const llvm::APSInt *newRHS;
496 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
498 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
500 assert(newRHS && "Invalid operation despite common type!");
501 rhs = nonloc::ConcreteInt(*newRHS);
    [all...]

Completed in 1382 milliseconds