Home
last modified time | relevance | path

Searched refs:RHSPtr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp325 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 DTransfer.cpp72 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 DGlobalsModRef.cpp120 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 DOMPIRBuilder.cpp3315 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 DCGOpenMPRuntimeGPU.cpp1729 llvm::Value **LHSPtr, llvm::Value **RHSPtr, in emitReduction()
1738 *RHSPtr = CGF.GetAddrOfLocalVar( in emitReduction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9088 ExprResult RHSPtr = &RHSExpr; in CheckAssignmentConstraints() local
9091 return CheckAssignmentConstraints(LHSType, RHSPtr, K, /*ConvertRHS=*/false); in CheckAssignmentConstraints()