Home
last modified time | relevance | path

Searched defs:LHS (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/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
189 __anon9671e40d0402(const KnownBits &LHS, unsigned ShiftAmt) shl() argument
271 lshr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero) lshr() argument
274 __anon9671e40d0502(const KnownBits &LHS, unsigned ShiftAmt) lshr() argument
317 ashr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero) ashr() argument
320 __anon9671e40d0602(const KnownBits &LHS, unsigned ShiftAmt) 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
487 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
763 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
[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, cons argument
248 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
620 mkBVAddNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAddNoUnderflow() argument
629 mkBVSubNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSubNoOverflow() argument
638 mkBVSubNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVSubNoUnderflow() argument
647 mkBVSDivNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDivNoOverflow() argument
663 mkBVMulNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVMulNoOverflow() argument
672 mkBVMulNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVMulNoUnderflow() argument
679 mkBVConcat(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVConcat() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp27 LVSortValue llvm::logicalview::compareKind(const LVObject *LHS, in compareKind()
33 LVSortValue llvm::logicalview::compareLine(const LVObject *LHS, in compareLine()
39 LVSortValue llvm::logicalview::compareName(const LVObject *LHS, in compareName()
45 LVSortValue llvm::logicalview::compareOffset(const LVObject *LHS, in compareOffset()
51 LVSortValue llvm::logicalview::compareRange(const LVObject *LHS, in compareRange()
65 LVSortValue llvm::logicalview::sortByKind(const LVObject *LHS, in sortByKind()
77 LVSortValue llvm::logicalview::sortByLine(const LVObject *LHS, in sortByLine()
89 LVSortValue llvm::logicalview::sortByName(const LVObject *LHS, in sortByName()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h46 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedAdd(T LHS, in checkedAdd()
55 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedSub(T LHS, in checkedSub()
64 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedMul(T LHS, in checkedMul()
85 checkedAddUnsigned(T LHS, T RHS) { in checkedAddUnsigned()
94 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned()
H A DTypeSize.h203 isKnownLT(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownLT() argument
210 isKnownGT(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownGT() argument
217 isKnownLE(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownLE() argument
224 isKnownGE(const FixedOrScalableQuantity & LHS,const FixedOrScalableQuantity & RHS) isKnownGE() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h307 willNotOverflowSignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction & CxtI) willNotOverflowSignedAdd() argument
314 willNotOverflowUnsignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction & CxtI) willNotOverflowUnsignedAdd() 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
363 willNotOverflow(BinaryOperator::BinaryOps Opcode,const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflow() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h48 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, 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.h37 std::pair<Value *, Value *> splatScalarOperandIfNeeded(Value *LHS, 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.h228 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd()
254 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub()
288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul()
316 Value *CreateDiv(Value *LHS, const FixedPointSemantics &LHSSema, 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()
375 Value *CreateEQ(Value *LHS, const FixedPointSemantics &LHSSema, in CreateEQ()
390 Value *CreateNE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateNE()
405 Value *CreateLT(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLT()
421 Value *CreateLE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLE()
[all …]
H A DConstantFolder.h43 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, 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
203 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h50 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, 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
141 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
[all...]
H A DTargetFolder.h54 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, 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
215 CreateFCmp(CmpInst::Predicate P,Constant * LHS,Constant * RHS) CreateFCmp() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h528 static const MCBinaryExpr *create(Opcode Op, const MCExpr *LHS, in 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.h91 const llvm::SMTExprRef &LHS, in fromBinOp()
169 fromFloatSpecialBinOp(llvm::SMTSolverRef &Solver, const llvm::SMTExprRef &LHS, in fromFloatSpecialBinOp()
202 const llvm::SMTExprRef &LHS, in fromFloatBinOp()
347 const llvm::SMTExprRef &LHS, QualType LTy, in getBinExpr()
390 llvm::SMTExprRef LHS = in getSymBinExpr() local
402 llvm::SMTExprRef LHS = in getSymBinExpr() local
410 llvm::SMTExprRef LHS = in getSymBinExpr() local
558 llvm::SMTExprRef LHS = in getRangeExpr() local
596 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion()
673 ASTContext &Ctx, T &LHS, QualType &LTy, 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/Tooling/
H A DNodeIntrospection.cpp
/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()
/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/include/llvm/ADT/
H A DTwine.h162 Child LHS; 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
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp277 Value *LHS = nullptr; in matchAndReassociateMinOrMax() local
380 Value *LHS = AO->getOperand(0), *RHS = AO->getOperand(1); in tryReassociateGEPAtIndex() local
396 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
507 auto *LHS = findClosestMatchingDominator(LHSExpr, I); tryReassociatedBinaryOp() local
540 getBinarySCEV(BinaryOperator * I,const SCEV * LHS,const SCEV * RHS) getBinarySCEV() argument
601 tryReassociateMinOrMax(Instruction * I,MaxMinT MaxMinMatch,Value * LHS,Value * RHS) tryReassociateMinOrMax() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp19 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies()
105 bool implies(const LExpr *LHS, const LExpr *RHS) { in implies()
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp302 static int CompareRootName(PathParser* LHS, PathParser* RHS) { in CompareRootName() argument
313 static int CompareRootDir(PathParser* LHS, PathParser* RHS) { in CompareRootDir() argument
326 auto& LHS = *LHSPtr; in CompareRelative() local
339 CompareEndState(PathParser * LHS,PathParser * RHS) CompareEndState() argument
348 auto LHS = PathParser::CreateBegin(__pn_); __compare() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h500 computeOverflowForUnsignedMul(const Value * LHS,const Value * RHS,const Instruction * CxtI) computeOverflowForUnsignedMul() argument
507 computeOverflowForSignedMul(const Value * LHS,const Value * RHS,const Instruction * CxtI) computeOverflowForSignedMul() argument
514 computeOverflowForUnsignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction * CxtI) computeOverflowForUnsignedAdd() argument
522 computeOverflowForSignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction * CxtI) computeOverflowForSignedAdd() argument
529 computeOverflowForUnsignedSub(const Value * LHS,const Value * RHS,const Instruction * CxtI) computeOverflowForUnsignedSub() argument
536 computeOverflowForSignedSub(const Value * LHS,const Value * RHS,const Instruction * CxtI) computeOverflowForSignedSub() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h536 makeAnd(BoolValue & LHS,BoolValue & RHS) makeAnd() argument
545 makeOr(BoolValue & LHS,BoolValue & RHS) makeOr() argument
560 makeImplication(BoolValue & LHS,BoolValue & RHS) makeImplication() argument
569 makeIff(BoolValue & LHS,BoolValue & RHS) makeIff() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h125 CheckShift(InterpState & S,CodePtr OpPC,const LT & LHS,const RT & RHS,unsigned Bits) CheckShift() argument
161 CheckDivRem(InterpState & S,CodePtr OpPC,const T & LHS,const T & RHS) CheckDivRem() argument
266 AddSubMulHelper(InterpState & S,CodePtr OpPC,unsigned Bits,const T & LHS,const T & RHS) AddSubMulHelper() argument
304 const T &LHS = S.Stk.pop<T>(); Add() local
311 const Floating &LHS = S.Stk.pop<Floating>(); Addf() local
322 const T &LHS = S.Stk.pop<T>(); Sub() local
329 const Floating &LHS = S.Stk.pop<Floating>(); Subf() local
340 const T &LHS = S.Stk.pop<T>(); Mul() local
347 const Floating &LHS = S.Stk.pop<Floating>(); Mulf() local
360 const T &LHS = S.Stk.pop<T>(); BitAnd() local
377 const T &LHS = S.Stk.pop<T>(); BitOr() local
394 const T &LHS = S.Stk.pop<T>(); BitXor() local
411 const T &LHS = S.Stk.pop<T>(); Rem() local
431 const T &LHS = S.Stk.pop<T>(); Div() local
447 const Floating &LHS = S.Stk.pop<Floating>(); Divf() local
697 const T &LHS = S.Stk.pop<T>(); CmpHelper() local
712 const auto &LHS = S.Stk.pop<FunctionPointer>(); global() variable
725 const auto &LHS = S.Stk.pop<FunctionPointer>(); global() variable
734 const Pointer &LHS = S.Stk.pop<Pointer>(); global() variable
754 const Pointer &LHS = S.Stk.pop<Pointer>(); global() variable
792 const T &LHS = S.Stk.pop<T>(); CMP3() local
857 const T LHS = S.Stk.pop<T>(); InRange() local
1548 const Pointer &LHS = S.Stk.pop<Pointer>(); SubPtr() local
1763 const auto &LHS = S.Stk.pop<LT>(); Shr() local
1782 const auto &LHS = S.Stk.pop<LT>(); Shl() local
[all...]

12345678910>>...16