Searched defs:LHSValue (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 917 MCValue LHSValue, RHSValue; evaluateAsRelocatableImpl() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 61 Value *LHSValue = Env.getValue(LHS); evaluateBooleanEquality() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 525 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue(); evalBinOpNN() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2940 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 D | ASTContext.cpp | 10915 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); mergeTypes() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysisTest.cpp | 304 auto *LHSValue = cast<BoolValue>(LHSState.Env.getValue(*AndOp.getLHS())); TEST_F() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10124 std::optional<llvm::APSInt> LHSValue = AnalyzeComparison() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11077 for (auto &LHSValue : LHSValues) handleCmp() local
|