Home
last modified time | relevance | path

Searched refs:RHSValues (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1073 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1076 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1082 RHSValues.second, K, ".i"); in VisitBinCmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10983 SmallVector<AA::ValueAndContext> LHSValues, RHSValues; in handleCmp() local
10996 if (GetSimplifiedValues(*RHS, RHSValues)) in handleCmp()
11078 for (auto &RHSValue : RHSValues) in handleCmp()