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