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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2234 Value* newRHS = RHS; local
2239 newRHS = LHSOp1;
2248 newRHS = RHSOp0;
2253 newRHS = nullptr;
2256 if (newLHS == LHS && newRHS == RHS)
2263 if (RHSShuffle && newRHS != RHS)
2299 else if (newRHS != RHS) {
2312 // If newRHS == nullptr, i.e. LHSOp0 == RHSOp0, we want to remap any
2314 // If newRHS == newLHS, we want to remap any references from newRHS t
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp736 const llvm::APSInt *newRHS; local
738 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
740 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
742 assert(newRHS && "Invalid operation despite common type!");
743 rhs = nonloc::ConcreteInt(*newRHS);

Completed in 64 milliseconds