Home
last modified time | relevance | path

Searched defs:LHSValue (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp917 MCValue LHSValue, RHSValue; evaluateAsRelocatableImpl() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp61 Value *LHSValue = Env.getValue(LHS); evaluateBooleanEquality() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp525 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue(); evalBinOpNN() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2940 handleLogicalOpForVector(const APInt & LHSValue,BinaryOperatorKind Opcode,const APInt & RHSValue,APInt & Result) handleLogicalOpForVector() argument
2952 handleLogicalOpForVector(const APFloat & LHSValue,BinaryOperatorKind Opcode,const APFloat & RHSValue,APInt & Result) handleLogicalOpForVector() argument
2965 handleLogicalOpForVector(const APValue & LHSValue,BinaryOperatorKind Opcode,const APValue & RHSValue,APInt & Result) handleLogicalOpForVector() argument
2979 handleCompareOpForVectorHelper(const APTy & LHSValue,BinaryOperatorKind Opcode,const APTy & RHSValue,APInt & Result) handleCompareOpForVectorHelper() argument
3012 handleCompareOpForVector(const APValue & LHSValue,BinaryOperatorKind Opcode,const APValue & RHSValue,APInt & Result) handleCompareOpForVector() argument
3027 handleVectorVectorBinOp(EvalInfo & Info,const BinaryOperator * E,BinaryOperatorKind Opcode,APValue & LHSValue,const APValue & RHSValue) handleVectorVectorBinOp() argument
10881 APValue LHSValue; VisitBinaryOperator() local
13620 LValue LHSValue, RHSValue; EvaluateComparisonBinaryOperator() local
13775 MemberPtr LHSValue, RHSValue; EvaluateComparisonBinaryOperator() local
13935 LValue LHSValue, RHSValue; VisitBinaryOperator() local
[all...]
H A DASTContext.cpp10915 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); mergeTypes() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp304 auto *LHSValue = cast<BoolValue>(LHSState.Env.getValue(*AndOp.getLHS())); TEST_F() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10124 std::optional<llvm::APSInt> LHSValue = AnalyzeComparison() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11077 for (auto &LHSValue : LHSValues) handleCmp() local