Searched defs:LHSValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 917 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 61 Value *LHSValue = Env.getValue(LHS); in evaluateBooleanEquality() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2955 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() 2967 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() 2980 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() 2994 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper() 3027 static bool handleCompareOpForVector(const APValue &LHSValue, in handleCompareOpForVector() 3042 APValue &LHSValue, in handleVectorVectorBinOp() 10896 APValue LHSValue; in VisitBinaryOperator() local 13651 LValue LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 13806 MemberPtr LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 13966 LValue LHSValue, RHSValue; in VisitBinaryOperator() local
|
H A D | ASTContext.cpp | 11192 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10128 std::optional<llvm::APSInt> LHSValue = in AnalyzeComparison() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11077 for (auto &LHSValue : LHSValues) in handleCmp() local
|