Searched defs:LHSValue (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCExpr.cpp | 898 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 467 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue(); in evalBinOpNN() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2872 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() 2884 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() 2897 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() 2911 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper() 2939 static bool handleCompareOpForVector(const APValue &LHSValue, in handleCompareOpForVector() 2954 APValue &LHSValue, in handleVectorVectorBinOp() 10319 APValue LHSValue; in VisitBinaryOperator() local 12614 LValue LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 12755 MemberPtr LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 12893 LValue LHSValue, RHSValue; in VisitBinaryOperator() local
|
H A D | ASTContext.cpp | 9797 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 11525 Optional<llvm::APSInt> LHSValue = LHS->getIntegerConstantExpr(S.Context); in AnalyzeComparison() local
|