Searched refs:newRHS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp558 Value* newRHS = RHS; local
563 newRHS = LHSOp1;
572 newRHS = RHSOp0;
577 newRHS = NULL;
580 if (newLHS == LHS && newRHS == RHS)
587 if (RHSShuffle && newRHS != RHS)
624 else if (newRHS != RHS) {
638 // If newRHS == NULL, i.e. LHSOp0 == RHSOp0, we want to remap any
640 if (eltMask >= 0 && newRHS != NULL)
666 if (newRHS
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp488 const llvm::APSInt *newRHS; local
490 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
492 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
494 assert(newRHS && "Invalid operation despite common type!");
495 rhs = nonloc::ConcreteInt(*newRHS);

Completed in 146 milliseconds