Home
last modified time | relevance | path

Searched defs:LHSVal (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
Dless_comp.pass.cpp34 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test()
Dequal_comp.pass.cpp32 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test()
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
Dhash.pass.cpp34 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.single.pass.cpp45 void checkDeleter(LHS& lhs, RHS& rhs, int LHSVal, int RHSVal) { in checkDeleter()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc179 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local
223 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp335 SVal LHSVal = State->getSVal(Lhs, C.getLocationContext()); in checkPreStmt() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp490 for (const auto &LHSVal : LHSVals) in ComputeValueKnownInPredecessors() local
532 for (const auto &LHSVal : LHSVals) { in ComputeValueKnownInPredecessors() local
608 for (const auto &LHSVal : LHSVals) { in ComputeValueKnownInPredecessors() local
/external/clang/lib/CodeGen/
DCGExprComplex.cpp858 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() local
861 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); in EmitCompoundAssignLValue() local
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1043 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueCast() local
1120 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueBinaryOp() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp32 Value *LHSVal = FirstInst->getOperand(0); in FoldPHIArgBinOpIntoPHI() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp28 Value *LHSVal = FirstInst->getOperand(0); in FoldPHIArgBinOpIntoPHI() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp155 SVal LHSVal; in VisitBinaryOperator() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp723 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueConstantRange() local
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp219 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
/external/llvm/include/llvm/TableGen/
DRecord.h1646 unsigned LHSVal, RHSVal; in operator() local
/external/clang/lib/Sema/
DSemaStmt.cpp376 Sema::ActOnCaseStmt(SourceLocation CaseLoc, Expr *LHSVal, in ActOnCaseStmt()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2749 SDValue LHSVal = getValue(I.getOperand(1)); in visitSelect() local
5996 SDValue LHSVal = getMemCmpLoad(LHS, LoadVT, LoadTy, *this); in visitMemCmpCall() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5450 SDValue LHSVal = getMemCmpLoad(LHS, LoadVT, LoadTy, *this); in visitMemCmpCall() local
/external/clang/lib/AST/
DExprConstant.cpp7354 const APValue &LHSVal = LHSResult.Val; in VisitBinOp() local