Searched refs:LHSValues (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1058 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 D | AttributorAttributes.cpp | 10992 SmallVector<AA::ValueAndContext> LHSValues, RHSValues; in handleCmp() local 11003 if (GetSimplifiedValues(*LHS, LHSValues)) in handleCmp() 11086 for (auto &LHSValue : LHSValues) in handleCmp()
|