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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1137 Value* newRHS = RHS; local
1142 newRHS = LHSOp1;
1151 newRHS = RHSOp0;
1156 newRHS = nullptr;
1159 if (newLHS == LHS && newRHS == RHS)
1166 if (RHSShuffle && newRHS != RHS)
1202 else if (newRHS != RHS) {
1215 // If newRHS == NULL, i.e. LHSOp0 == RHSOp0, we want to remap any
1217 // If newRHS == newLHS, we want to remap any references from newRHS t
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp497 const llvm::APSInt *newRHS; local
499 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
501 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
503 assert(newRHS && "Invalid operation despite common type!");
504 rhs = nonloc::ConcreteInt(*newRHS);

Completed in 47 milliseconds