Searched refs:RHSPtr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 325 static int CompareRelative(PathParser* LHSPtr, PathParser* RHSPtr) { in CompareRelative() argument 327 auto& RHS = *RHSPtr; in CompareRelative()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 72 if (auto *RHSPtr = dyn_cast_or_null<PointerValue>(RHSValue)) in evaluateBooleanEquality() local 76 if (&LHSPtr->getPointeeLoc() == &RHSPtr->getPointeeLoc()) in evaluateBooleanEquality()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 120 if (const auto *RHSPtr = RHS.Info.getPointer()) in operator =() local 121 Info.setPointer(new AlignedMap(*RHSPtr)); in operator =()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3315 Value *RHSPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in createReductionFunction() local 3328 RHSPtrs.emplace_back(RHSPtr); in createReductionFunction() 3331 Value *RHS = Builder.CreateLoad(RI.ElementType, RHSPtr); in createReductionFunction() 3546 Value *LHSPtr, *RHSPtr; in createReductionsGPU() local 3548 &LHSPtr, &RHSPtr, CurFunc)); in createReductionsGPU() 3556 RHSPtr->replaceUsesWithIf(RHS, [ReductionFunc](const Use &U) { in createReductionsGPU() 3736 Value *RHSPtr = in createReductions() local 3738 Value *RHS = Builder.CreateLoad(RI.ElementType, RHSPtr); in createReductions()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1729 llvm::Value **LHSPtr, llvm::Value **RHSPtr, in emitReduction() 1738 *RHSPtr = CGF.GetAddrOfLocalVar( in emitReduction()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 9088 ExprResult RHSPtr = &RHSExpr; in CheckAssignmentConstraints() local 9091 return CheckAssignmentConstraints(LHSType, RHSPtr, K, /*ConvertRHS=*/false); in CheckAssignmentConstraints()
|