Home
last modified time | relevance | path

Searched defs:RHS (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp22 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,bool CarryZero,bool CarryOne) computeForAddCarry() argument
51 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,const KnownBits & Carry) computeForAddCarry() argument
58 computeForAddSub(bool Add,bool NSW,const KnownBits & LHS,KnownBits RHS) computeForAddSub() argument
88 computeForSubBorrow(const KnownBits & LHS,KnownBits RHS,const KnownBits & Borrow) computeForSubBorrow() argument
129 umax(const KnownBits & LHS,const KnownBits & RHS) umax() argument
147 umin(const KnownBits & LHS,const KnownBits & RHS) umin() argument
153 smax(const KnownBits & LHS,const KnownBits & RHS) smax() argument
166 smin(const KnownBits & LHS,const KnownBits & RHS) smin() argument
186 shl(const KnownBits & LHS,const KnownBits & RHS,bool NUW,bool NSW,bool ShAmtNonZero) shl() argument
271 lshr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero) lshr() argument
317 ashr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero) ashr() argument
365 eq(const KnownBits & LHS,const KnownBits & RHS) eq() argument
373 ne(const KnownBits & LHS,const KnownBits & RHS) ne() argument
379 ugt(const KnownBits & LHS,const KnownBits & RHS) ugt() argument
389 uge(const KnownBits & LHS,const KnownBits & RHS) uge() argument
395 ult(const KnownBits & LHS,const KnownBits & RHS) ult() argument
399 ule(const KnownBits & LHS,const KnownBits & RHS) ule() argument
403 sgt(const KnownBits & LHS,const KnownBits & RHS) sgt() argument
413 sge(const KnownBits & LHS,const KnownBits & RHS) sge() argument
419 slt(const KnownBits & LHS,const KnownBits & RHS) slt() argument
423 sle(const KnownBits & LHS,const KnownBits & RHS) sle() argument
488 computeForSatAddSub(bool Add,bool Signed,const KnownBits & LHS,const KnownBits & RHS) computeForSatAddSub() argument
634 sadd_sat(const KnownBits & LHS,const KnownBits & RHS) sadd_sat() argument
637 ssub_sat(const KnownBits & LHS,const KnownBits & RHS) ssub_sat() argument
640 uadd_sat(const KnownBits & LHS,const KnownBits & RHS) uadd_sat() argument
643 usub_sat(const KnownBits & LHS,const KnownBits & RHS) usub_sat() argument
647 mul(const KnownBits & LHS,const KnownBits & RHS,bool NoUndefSelfMultiply) mul() argument
745 mulhs(const KnownBits & LHS,const KnownBits & RHS) mulhs() argument
754 mulhu(const KnownBits & LHS,const KnownBits & RHS) mulhu() argument
764 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument
799 sdiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) sdiv() argument
858 udiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) udiv() argument
887 remGetLowBits(const KnownBits & LHS,const KnownBits & RHS) remGetLowBits() argument
900 urem(const KnownBits & LHS,const KnownBits & RHS) urem() argument
919 srem(const KnownBits & LHS,const KnownBits & RHS) srem() argument
946 operator &=(const KnownBits & RHS) operator &=() argument
954 operator |=(const KnownBits & RHS) operator |=() argument
962 operator ^=(const KnownBits & RHS) operator ^=() argument
[all...]
H A DZ3Solver.cpp363 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVMul() argument
369 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSRem() argument
375 SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) overrid argument
249 areEquivalent(const llvm::fltSemantics & LHS,const llvm::fltSemantics & RHS) areEquivalent() argument
351 mkBVAdd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAdd() argument
357 mkBVSub(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSub() argument
381 mkBVSDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDiv() argument
387 mkBVUDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUDiv() argument
393 mkBVShl(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVShl() argument
399 mkBVAshr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAshr() argument
405 mkBVLshr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVLshr() argument
411 mkBVXor(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVXor() argument
417 mkBVOr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVOr() argument
423 mkBVAnd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAnd() argument
429 mkBVUlt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUlt() argument
435 mkBVSlt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSlt() argument
441 mkBVUgt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUgt() argument
447 mkBVSgt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSgt() argument
453 mkBVUle(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUle() argument
459 mkBVSle(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSle() argument
465 mkBVUge(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUge() argument
471 mkBVSge(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSge() argument
477 mkAnd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkAnd() argument
482 mkOr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkOr() argument
487 mkEqual(const SMTExprRef & LHS,const SMTExprRef & RHS) mkEqual() argument
518 mkFPMul(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPMul() argument
526 mkFPDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPDiv() argument
534 mkFPRem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPRem() argument
540 mkFPAdd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPAdd() argument
548 mkFPSub(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPSub() argument
556 mkFPLt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPLt() argument
562 mkFPGt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPGt() argument
568 mkFPLe(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPLe() argument
574 mkFPGe(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPGe() argument
580 mkFPEqual(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPEqual() argument
611 mkBVAddNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVAddNoOverflow() argument
621 mkBVAddNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAddNoUnderflow() argument
630 mkBVSubNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSubNoOverflow() argument
638 mkBVSubNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVSubNoUnderflow() argument
648 mkBVSDivNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDivNoOverflow() argument
663 mkBVMulNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVMulNoOverflow() argument
673 mkBVMulNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVMulNoUnderflow() argument
679 mkBVConcat(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVConcat() argument
[all...]
H A DSmallPtrSet.cpp144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
182 SmallPtrSetImplBase &&RHS) { in MoveFrom()
189 SmallPtrSetImplBase &&RHS) { in MoveHelper()
213 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) { in swap()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp28 const LVObject *RHS) { in compareKind()
34 const LVObject *RHS) { in compareLine()
40 const LVObject *RHS) { in compareName()
46 const LVObject *RHS) { in compareOffset()
52 const LVObject *RHS) { in compareRange()
66 const LVObject *RHS) { in sortByKind()
78 const LVObject *RHS) { in sortByLine()
90 const LVObject *RHS) { in sortByName()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h51 void assign(StringRef RHS) { in assign() argument
68 void append(StringRef RHS) { in append() argument
92 [[nodiscard]] bool equals(StringRef RHS) const { return str() == RHS; } in equals() argument
95 [[nodiscard]] bool equals_insensitive(StringRef RHS) const { in equals_insensitive() argument
102 compare(StringRef RHS) compare() argument
105 compare_insensitive(StringRef RHS) compare_insensitive() argument
111 compare_numeric(StringRef RHS) compare_numeric() argument
[all...]
H A DAPInt.h1051 eq(const APInt & RHS) eq() argument
1075 ne(const APInt & RHS) ne() argument
1083 ult(const APInt & RHS) ult() argument
1091 ult(uint64_t RHS) ult() argument
1102 slt(const APInt & RHS) slt() argument
1110 slt(int64_t RHS) slt() argument
1122 ule(const APInt & RHS) ule() argument
1130 ule(uint64_t RHS) ule() argument
1138 sle(const APInt & RHS) sle() argument
1146 sle(uint64_t RHS) sle() argument
1154 ugt(const APInt & RHS) ugt() argument
1162 ugt(uint64_t RHS) ugt() argument
1173 sgt(const APInt & RHS) sgt() argument
1181 sgt(int64_t RHS) sgt() argument
1193 uge(const APInt & RHS) uge() argument
1201 uge(uint64_t RHS) uge() argument
1209 sge(const APInt & RHS) sge() argument
1217 sge(int64_t RHS) sge() argument
1221 intersects(const APInt & RHS) intersects() argument
1229 isSubsetOf(const APInt & RHS) isSubsetOf() argument
[all...]
H A DTwine.h166 Child RHS; variable
180 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine()
188 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine()
384 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine()
393 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine()
417 Child LHS, RHS; in utohexstr() local
H A DSparseBitVector.h398 bool end = false):BitVector(RHS) { in BitVector() argument
446 SparseBitVector(const SparseBitVector &RHS) in SparseBitVector()
448 SparseBitVector(SparseBitVector &&RHS) in SparseBitVector() function
637 bool intersectWithComplement(const SparseBitVector &RHS) { in intersectWithComplement()
682 bool intersectWithComplement(const SparseBitVector<ElementSize> *RHS) const { in intersectWithComplement()
739 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects()
744 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects()
773 bool contains(const SparseBitVector<ElementSize> &RHS) const { in contains()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h47 T RHS) { in checkedAdd()
56 T RHS) { in checkedSub()
65 T RHS) { in checkedMul()
85 checkedAddUnsigned(T LHS, T RHS) { in checkedAddUnsigned()
94 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned()
H A DTypeSize.h163 getWithIncrement(ScalarTy RHS) getWithIncrement() argument
180 isKnownMultipleOf(ScalarTy RHS) isKnownMultipleOf() argument
204 isKnownLT(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownLT() argument
211 isKnownGT(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownGT() argument
218 isKnownLE(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownLE() argument
225 isKnownGE(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownGE() argument
239 divideCoefficientBy(ScalarTy RHS) divideCoefficientBy() argument
243 multiplyCoefficientBy(ScalarTy RHS) multiplyCoefficientBy() argument
256 hasKnownScalarFactor(const FixedOrScalableQuantity & RHS) hasKnownScalarFactor() argument
264 getKnownScalarFactor(const FixedOrScalableQuantity & RHS) getKnownScalarFactor() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h315 return computeOverflowForSignedAdd(LHS, RHS, in willNotOverflowUnsignedAdd() argument
308 willNotOverflowSignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction & CxtI) willNotOverflowSignedAdd() argument
321 willNotOverflowAdd(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowAdd() argument
327 willNotOverflowSignedSub(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowSignedSub() argument
333 willNotOverflowUnsignedSub(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowUnsignedSub() argument
339 willNotOverflowSub(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowSub() argument
345 willNotOverflowSignedMul(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowSignedMul() argument
351 willNotOverflowUnsignedMul(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowUnsignedMul() argument
357 willNotOverflowMul(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowMul() argument
364 willNotOverflow(BinaryOperator::BinaryOps Opcode,const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflow() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h55 LExpr *LHS, *RHS; variable
58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp()
70 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And()
77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or()
98 bool LExpr::implies(const LExpr *RHS) const { in implies()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h49 Value *RHS) const override { in FoldBinOp() argument
53 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
58 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
63 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() argument
73 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp() argument
133 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
H A DMatrixBuilder.h38 Value *RHS) { in splatScalarOperandIfNeeded()
157 Value *CreateAdd(Value *LHS, Value *RHS) { in CreateAdd()
182 Value *CreateSub(Value *LHS, Value *RHS) { in CreateSub()
207 Value *CreateScalarMultiply(Value *LHS, Value *RHS) { in CreateScalarMultiply()
216 Value *CreateScalarDiv(Value *LHS, Value *RHS, bool IsUnsigned) { in CreateScalarDiv()
H A DFixedPointBuilder.h229 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateAdd()
255 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateSub()
289 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateMul()
317 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateDiv()
343 Value *CreateShl(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShl()
364 Value *CreateShr(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShr()
376 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateEQ()
391 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateNE()
406 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateLT()
422 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateLE()
[all …]
H A DConstantFolder.h44 Value *RHS) const override { in FoldBinOp() argument
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
68 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
86 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() argument
98 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp() argument
204 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
[all...]
H A DValueHandle.h39 ValueHandleBase(const ValueHandleBase &RHS) in ValueHandleBase()
42 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase()
148 WeakVH(const WeakVH &RHS) in WeakVH()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h51 Value *RHS) const override { in FoldBinOp() argument
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
60 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
65 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() argument
75 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp() argument
142 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
[all...]
H A DTargetFolder.h55 Value *RHS) const override { in FoldBinOp() argument
66 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
79 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
97 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() argument
102 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp() argument
216 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h528 createAdd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAdd() argument
533 createAnd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAnd() argument
538 createDiv(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createDiv() argument
543 createEQ(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createEQ() argument
548 createGT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGT() argument
553 createGTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGTE() argument
558 createLAnd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLAnd() argument
563 createLOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLOr() argument
568 createLT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLT() argument
573 createLTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLTE() argument
578 createMod(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMod() argument
583 createMul(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMul() argument
588 createNE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createNE() argument
593 createOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createOr() argument
598 createShl(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createShl() argument
603 createAShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAShr() argument
608 createLShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLShr() argument
613 createSub(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createSub() argument
618 createXor(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createXor() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h93 const llvm::SMTExprRef &RHS, in fromBinOp()
171 const llvm::APFloat::fltCategory &RHS) { in fromFloatSpecialBinOp()
204 const llvm::SMTExprRef &RHS) { in fromFloatBinOp()
348 BinaryOperator::Opcode Op, const llvm::SMTExprRef &RHS, in getBinExpr()
394 llvm::SMTExprRef RHS = in getSymBinExpr() local
404 llvm::SMTExprRef RHS = in getSymBinExpr() local
412 llvm::SMTExprRef RHS = in getSymBinExpr() local
561 llvm::SMTExprRef RHS = getBinExpr(Solver, Ctx, Exp, SymTy, in getRangeExpr() local
597 llvm::SMTExprRef &RHS, QualType &LTy, in doTypeConversion()
674 T &RHS, QualType &RTy) { in doIntTypeConversion()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp18 canonicalFormulaPair(const Formula &LHS, const Formula &RHS) { in canonicalFormulaPair()
41 const Formula &Arena::makeAnd(const Formula &LHS, const Formula &RHS) { in makeAnd()
54 const Formula &Arena::makeOr(const Formula &LHS, const Formula &RHS) { in makeOr()
78 const Formula &Arena::makeImplies(const Formula &LHS, const Formula &RHS) { in makeImplies()
91 const Formula &Arena::makeEquals(const Formula &LHS, const Formula &RHS) { in makeEquals()
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp405 RopePieceBTreeInterior(RopePieceBTreeNode *LHS, RopePieceBTreeNode *RHS) in RopePieceBTreeInterior()
492 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() local
522 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset-ChildOffs, R)) in insert() local
531 RopePieceBTreeInterior::HandleChildPiece(unsigned i, RopePieceBTreeNode *RHS) { in HandleChildPiece()
725 RopePieceBTree::RopePieceBTree(const RopePieceBTree &RHS) { in RopePieceBTree()
749 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() local
753 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() local
759 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp153 const DebugTypeDeclFilePatch &RHS) { in prepareDataForTreeCreation()
199 [&](const DebugStrPatch &LHS, const DebugStrPatch &RHS) { in prepareDataForTreeCreation()
207 const DebugTypeStrPatch &RHS) { in prepareDataForTreeCreation()
222 const DebugLineStrPatch &RHS) { in prepareDataForTreeCreation()
231 const DebugTypeLineStrPatch &RHS) { in prepareDataForTreeCreation()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp278 Value *RHS = nullptr; in matchAndReassociateMinOrMax() local
380 Value *LHS = AO->getOperand(0), *RHS = AO->getOperand(1); in tryReassociateGEPAtIndex() local
397 tryReassociateGEPAtIndex(GetElementPtrInst * GEP,unsigned I,Value * LHS,Value * RHS,Type * IndexedType) tryReassociateGEPAtIndex() argument
467 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); tryReassociateBinaryOp() local
478 tryReassociateBinaryOp(Value * LHS,Value * RHS,BinaryOperator * I) tryReassociateBinaryOp() argument
503 tryReassociatedBinaryOp(const SCEV * LHSExpr,Value * RHS,BinaryOperator * I) tryReassociatedBinaryOp() argument
541 getBinarySCEV(BinaryOperator * I,const SCEV * LHS,const SCEV * RHS) getBinarySCEV() argument
601 tryReassociateMinOrMax(Instruction * I,MaxMinT MaxMinMatch,Value * LHS,Value * RHS) tryReassociateMinOrMax() argument
[all...]

12345678910>>...19