Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1058 auto LHSValues = EmitOperand(E->getLHS()), in VisitBinCmp() local
1062 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1067 Value *CmpImag = EmitCompare(Builder, CGF, E, LHSValues.second, in VisitBinCmp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10992 SmallVector<AA::ValueAndContext> LHSValues, RHSValues; in handleCmp() local
11003 if (GetSimplifiedValues(*LHS, LHSValues)) in handleCmp()
11086 for (auto &LHSValue : LHSValues) in handleCmp()