Searched refs:LHSValues (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1205 auto LHSValues = EmitOperand(E->getLHS()), in VisitBinCmp() local 1209 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp() 1214 Value *CmpImag = EmitCompare(Builder, CGF, E, LHSValues.second, in VisitBinCmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 11061 SmallVector<AA::ValueAndContext> LHSValues, RHSValues; in handleCmp() local 11072 if (GetSimplifiedValues(*LHS, LHSValues)) in handleCmp() 11155 for (auto &LHSValue : LHSValues) in handleCmp()
|