Home
last modified time | relevance | path

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

12345678910>>...19

/openbsd/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp22 const KnownBits &LHS, const KnownBits &RHS, in computeForAddCarry()
51 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) { in computeForAddCarry()
117 KnownBits KnownBits::umax(const KnownBits &LHS, const KnownBits &RHS) { in umax()
135 KnownBits KnownBits::umin(const KnownBits &LHS, const KnownBits &RHS) { in umin()
141 KnownBits KnownBits::smax(const KnownBits &LHS, const KnownBits &RHS) { in smax()
154 KnownBits KnownBits::smin(const KnownBits &LHS, const KnownBits &RHS) { in smin()
167 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS) { in shl()
415 KnownBits KnownBits::mul(const KnownBits &LHS, const KnownBits &RHS, in mul()
601 KnownBits &KnownBits::operator&=(const KnownBits &RHS) { in operator &=()
609 KnownBits &KnownBits::operator|=(const KnownBits &RHS) { in operator |=()
[all …]
H A DZ3Solver.cpp249 const llvm::fltSemantics &RHS) { in areEquivalent()
351 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAdd()
357 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSub()
363 SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVMul()
417 SMTExprRef mkBVOr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVOr()
477 SMTExprRef mkAnd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkAnd()
482 SMTExprRef mkOr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkOr()
621 const SMTExprRef &RHS) override { in mkBVAddNoUnderflow()
630 const SMTExprRef &RHS) override { in mkBVSubNoOverflow()
648 const SMTExprRef &RHS) override { in mkBVSDivNoOverflow()
[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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallString.h51 void assign(StringRef RHS) { in assign()
68 void append(StringRef RHS) { in append()
92 bool equals(StringRef RHS) const { in equals()
97 bool equals_insensitive(StringRef RHS) const { in equals_insensitive()
104 int compare(StringRef RHS) const { in compare()
109 int compare_insensitive(StringRef RHS) const { in compare_insensitive()
115 int compare_numeric(StringRef RHS) const { in compare_numeric()
H A DAPInt.h1097 bool ult(uint64_t RHS) const { in ult()
1116 bool slt(int64_t RHS) const { in slt()
1136 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule()
1152 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle()
1160 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt()
1168 bool ugt(uint64_t RHS) const { in ugt()
1187 bool sgt(int64_t RHS) const { in sgt()
1207 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge()
1223 bool sge(int64_t RHS) const { return !slt(RHS); } in sge()
1227 bool intersects(const APInt &RHS) const { in intersects()
[all …]
H A DTwine.h162 Child RHS; variable
176 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine()
184 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine()
372 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine()
381 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine()
405 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()
H A DAPFloat.h764 Storage(const Storage &RHS) { in Storage()
776 Storage(Storage &&RHS) { in Storage() function
984 opStatus add(const APFloat &RHS, roundingMode RM) { in add()
993 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract()
1002 opStatus multiply(const APFloat &RHS, roundingMode RM) { in multiply()
1011 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide()
1020 opStatus remainder(const APFloat &RHS) { in remainder()
1029 opStatus mod(const APFloat &RHS) { in mod()
1105 void copySign(const APFloat &RHS) { in copySign()
1184 cmpResult compare(const APFloat &RHS) const { in compare()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h158 constexpr LeafTy getWithIncrement(ScalarTy RHS) const { in getWithIncrement()
175 constexpr bool isKnownMultipleOf(ScalarTy RHS) const { in isKnownMultipleOf()
199 const FixedOrScalableQuantity &RHS) { in isKnownLT()
206 const FixedOrScalableQuantity &RHS) { in isKnownGT()
213 const FixedOrScalableQuantity &RHS) { in isKnownLE()
220 const FixedOrScalableQuantity &RHS) { in isKnownGE()
234 constexpr LeafTy divideCoefficientBy(ScalarTy RHS) const { in divideCoefficientBy()
238 constexpr LeafTy multiplyCoefficientBy(ScalarTy RHS) const { in multiplyCoefficientBy()
251 hasKnownScalarFactor(const FixedOrScalableQuantity &RHS) const { in hasKnownScalarFactor()
259 getKnownScalarFactor(const FixedOrScalableQuantity &RHS) const { in getKnownScalarFactor()
H A DCheckedArithmetic.h48 checkedAdd(T LHS, T RHS) { in checkedAdd()
57 checkedSub(T LHS, T RHS) { in checkedSub()
66 checkedMul(T LHS, T RHS) { in checkedMul()
86 checkedAddUnsigned(T LHS, T RHS) { in checkedAddUnsigned()
95 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h256 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
262 bool willNotOverflowUnsignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedAdd()
268 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
274 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
280 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub()
286 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
292 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
298 bool willNotOverflowUnsignedMul(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedMul()
304 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
311 const Value *RHS, const Instruction &CxtI, in willNotOverflow()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
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()
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()
438 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateGT()
[all …]
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 DNoFolder.h49 Value *RHS) const override { in FoldBinOp()
53 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
58 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
63 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
73 Value *FoldICmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp()
166 Constant *LHS, Constant *RHS) const override { in CreateFCmp()
H A DConstantFolder.h44 Value *RHS) const override { in FoldBinOp()
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
68 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
86 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
98 Value *FoldICmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp()
229 Constant *RHS) const override { in CreateFCmp()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h525 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd()
530 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd()
535 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv()
540 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
545 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
550 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE()
560 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr()
565 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT()
570 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE()
585 static const MCBinaryExpr *createNE(const MCExpr *LHS, const MCExpr *RHS, in createNE()
[all …]
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DInterfaceFile.cpp35 lower_bound(Container, Target_, [](const Target &LHS, const Target &RHS) { in addEntry()
64 Target RHS) { return LHS.first < RHS; }); in addParentUmbrella()
77 Target RHS) { return LHS.first < RHS; }); in addUUID() argument
124 const std::shared_ptr<InterfaceFile> &RHS) { in addDocument()
158 const std::shared_ptr<InterfaceFile> RHS) { in operator ==()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h51 Value *RHS) const override { in FoldBinOp()
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
60 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
65 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
75 Value *FoldICmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp()
178 Constant *RHS) const override { in CreateFCmp()
H A DTargetFolder.h55 Value *RHS) const override { in FoldBinOp()
66 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
79 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
97 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
102 Value *FoldICmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldICmp()
247 Constant *RHS) const override { in CreateFCmp()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h165 static bool isSignBitCheck(ICmpInst::Predicate Pred, const APInt &RHS, in isSignBitCheck()
493 const Value *RHS, in computeOverflowForUnsignedMul()
498 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul()
504 const Value *RHS, in computeOverflowForUnsignedAdd()
509 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, in computeOverflowForSignedAdd()
515 const Value *RHS, in computeOverflowForUnsignedSub()
520 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub()
/openbsd/gnu/llvm/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 Value *RHS, Type *IndexedType) { in tryReassociateGEPAtIndex()
467 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in tryReassociateBinaryOp() local
478 Instruction *NaryReassociatePass::tryReassociateBinaryOp(Value *LHS, Value *RHS, in tryReassociateBinaryOp()
503 Value *RHS, in tryReassociatedBinaryOp()
541 const SCEV *RHS) { in getBinarySCEV()
601 Value *LHS, Value *RHS) { in tryReassociateMinOrMax()

12345678910>>...19