Searched refs:RHSPtr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | path.cpp | 328 static int CompareRelative(PathParser* LHSPtr, PathParser* RHSPtr) { in CompareRelative() argument 330 auto& RHS = *RHSPtr; in CompareRelative()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 77 if (auto *RHSPtr = dyn_cast_or_null<PointerValue>(RHSValue)) in evaluateBooleanEquality() local 81 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/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1727 llvm::Value **LHSPtr, llvm::Value **RHSPtr, in emitReduction() 1736 *RHSPtr = CGF.GetAddrOfLocalVar( in emitReduction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3459 Value *RHSPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in createReductionFunction() local 3472 RHSPtrs.emplace_back(RHSPtr); in createReductionFunction() 3475 Value *RHS = Builder.CreateLoad(RI.ElementType, RHSPtr); in createReductionFunction() 3705 Value *LHSPtr, *RHSPtr; in createReductionsGPU() local 3707 &LHSPtr, &RHSPtr, CurFunc)); in createReductionsGPU() 3715 RHSPtr->replaceUsesWithIf(RHS, [ReductionFunc](const Use &U) { in createReductionsGPU() 3801 Value *RHSPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in populateReductionFunction() local 3803 Value *RHS = Builder.CreateLoad(RI.ElementType, RHSPtr); in populateReductionFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 9251 ExprResult RHSPtr = &RHSExpr; in CheckAssignmentConstraints() local 9254 return CheckAssignmentConstraints(LHSType, RHSPtr, K, /*ConvertRHS=*/false); in CheckAssignmentConstraints()
|