Searched defs:LHSValue (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCExpr.cpp | 881 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 41 if (auto *LHSValue = in evaluateBooleanEquality() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 511 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue(); in evalBinOpNN() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2886 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() 2898 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() 2911 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() 2925 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper() 2958 static bool handleCompareOpForVector(const APValue &LHSValue, in handleCompareOpForVector() 2973 APValue &LHSValue, in handleVectorVectorBinOp() 10528 APValue LHSValue; in VisitBinaryOperator() local 12965 LValue LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 13120 MemberPtr LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 13276 LValue LHSValue, RHSValue; in VisitBinaryOperator() local
|
H A D | ASTContext.cpp | 10607 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 13161 std::optional<llvm::APSInt> LHSValue = in AnalyzeComparison() local
|