Home
last modified time | relevance | path

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

12345678910>>...26

/llvm-project/clang/test/CodeGen/
H A Dcatch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c104 void unsigned_char_add_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_add_signed_char_unsigned_char()
137 void unsigned_char_add_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_add_signed_char_signed_char()
170 void unsigned_char_add_signed_char_unsigned_int(unsigned char *LHS, unsigned int RHS) { in unsigned_char_add_signed_char_unsigned_int()
176 void unsigned_char_add_signed_char_signed_int(unsigned char *LHS, signed int RHS) { in unsigned_char_add_signed_char_signed_int()
208 void signed_char_add_unsigned_char(signed char *LHS, unsigned char RHS) { in signed_char_add_unsigned_char()
241 void signed_char_add_signed_char(signed char *LHS, signed char RHS) { in signed_char_add_signed_char()
274 void signed_char_add_signed_char_unsigned_int(signed char *LHS, unsigned int RHS) { in signed_char_add_signed_char_unsigned_int()
309 void signed_char_add_signed_char_signed_int(signed char *LHS, signed int RHS) { in signed_char_add_signed_char_signed_int()
345 void unsigned_char_sub_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_sub_signed_char_unsigned_char()
378 void unsigned_char_sub_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_sub_signed_char_signed_char()
[all …]
H A Dcatch-implicit-integer-truncations-CompoundAssignOperator.c112 void unsigned_char_add_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_add_signed_char_unsigned_char()
145 void unsigned_char_add_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_add_signed_char_signed_char()
178 void unsigned_char_add_signed_char_unsigned_int(unsigned char *LHS, unsigned int RHS) { in unsigned_char_add_signed_char_unsigned_int()
210 void unsigned_char_add_signed_char_signed_int(unsigned char *LHS, signed int RHS) { in unsigned_char_add_signed_char_signed_int()
242 void signed_char_add_unsigned_char(signed char *LHS, unsigned char RHS) { in signed_char_add_unsigned_char()
275 void signed_char_add_signed_char(signed char *LHS, signed char RHS) { in signed_char_add_signed_char()
308 void signed_char_add_signed_char_unsigned_int(signed char *LHS, unsigned int RHS) { in signed_char_add_signed_char_unsigned_int()
340 void signed_char_add_signed_char_signed_int(signed char *LHS, signed int RHS) { in signed_char_add_signed_char_signed_int()
376 void unsigned_char_sub_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_sub_signed_char_unsigned_char()
409 void unsigned_char_sub_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_sub_signed_char_signed_char()
[all …]
H A Dcatch-implicit-integer-sign-changes-CompoundAssignOperator.c104 void unsigned_char_add_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_add_signed_char_unsigned_char()
137 void unsigned_char_add_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_add_signed_char_signed_char()
170 void unsigned_char_add_signed_char_unsigned_int(unsigned char *LHS, unsigned int RHS) { in unsigned_char_add_signed_char_unsigned_int()
176 void unsigned_char_add_signed_char_signed_int(unsigned char *LHS, signed int RHS) { in unsigned_char_add_signed_char_signed_int()
208 void signed_char_add_unsigned_char(signed char *LHS, unsigned char RHS) { in signed_char_add_unsigned_char()
242 void signed_char_add_signed_char(signed char *LHS, signed char RHS) { in signed_char_add_signed_char()
276 void signed_char_add_signed_char_unsigned_int(signed char *LHS, unsigned int RHS) { in signed_char_add_signed_char_unsigned_int()
308 void signed_char_add_signed_char_signed_int(signed char *LHS, signed int RHS) { in signed_char_add_signed_char_signed_int()
345 void unsigned_char_sub_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_sub_signed_char_unsigned_char()
378 void unsigned_char_sub_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_sub_signed_char_signed_char()
[all …]
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp28 return std::string(LHS->kind()) < std::string(RHS->kind()); in compareKind() argument
34 return LHS->getLineNumber() < RHS->getLineNumber(); in compareLine() argument
40 return LHS->getName() < RHS->getName(); in compareName() argument
46 return LHS->getOffset() < RHS->getOffset(); in compareOffset() argument
52 if (LHS->getLowerAddress() < RHS in compareRange() argument
66 sortByKind(const LVObject * LHS,const LVObject * RHS) sortByKind() argument
78 sortByLine(const LVObject * LHS,const LVObject * RHS) sortByLine() argument
90 sortByName(const LVObject * LHS,const LVObject * RHS) sortByName() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp21 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,bool CarryZero,bool CarryOne) computeForAddCarry() argument
45 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,const KnownBits & Carry) computeForAddCarry() argument
53 computeForAddSub(bool Add,bool NSW,bool NUW,const KnownBits & LHS,const KnownBits & RHS) computeForAddSub() argument
137 computeForSubBorrow(const KnownBits & LHS,KnownBits RHS,const KnownBits & Borrow) computeForSubBorrow() argument
178 umax(const KnownBits & LHS,const KnownBits & RHS) umax() argument
196 umin(const KnownBits & LHS,const KnownBits & RHS) umin() argument
202 smax(const KnownBits & LHS,const KnownBits & RHS) smax() argument
215 smin(const KnownBits & LHS,const KnownBits & RHS) smin() argument
228 abdu(const KnownBits & LHS,const KnownBits & RHS) abdu() argument
247 abds(KnownBits LHS,KnownBits RHS) abds() argument
285 shl(const KnownBits & LHS,const KnownBits & RHS,bool NUW,bool NSW,bool ShAmtNonZero) shl() argument
370 lshr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero,bool Exact) lshr() argument
428 ashr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero,bool Exact) ashr() argument
488 eq(const KnownBits & LHS,const KnownBits & RHS) eq() argument
496 ne(const KnownBits & LHS,const KnownBits & RHS) ne() argument
502 ugt(const KnownBits & LHS,const KnownBits & RHS) ugt() argument
512 uge(const KnownBits & LHS,const KnownBits & RHS) uge() argument
518 ult(const KnownBits & LHS,const KnownBits & RHS) ult() argument
522 ule(const KnownBits & LHS,const KnownBits & RHS) ule() argument
526 sgt(const KnownBits & LHS,const KnownBits & RHS) sgt() argument
536 sge(const KnownBits & LHS,const KnownBits & RHS) sge() argument
542 slt(const KnownBits & LHS,const KnownBits & RHS) slt() argument
546 sle(const KnownBits & LHS,const KnownBits & RHS) sle() argument
610 computeForSatAddSub(bool Add,bool Signed,const KnownBits & LHS,const KnownBits & RHS) computeForSatAddSub() argument
753 sadd_sat(const KnownBits & LHS,const KnownBits & RHS) sadd_sat() argument
756 ssub_sat(const KnownBits & LHS,const KnownBits & RHS) ssub_sat() argument
759 uadd_sat(const KnownBits & LHS,const KnownBits & RHS) uadd_sat() argument
762 usub_sat(const KnownBits & LHS,const KnownBits & RHS) usub_sat() argument
766 avgCompute(KnownBits LHS,KnownBits RHS,bool IsCeil,bool IsSigned) avgCompute() argument
777 avgFloorS(const KnownBits & LHS,const KnownBits & RHS) avgFloorS() argument
782 avgFloorU(const KnownBits & LHS,const KnownBits & RHS) avgFloorU() argument
787 avgCeilS(const KnownBits & LHS,const KnownBits & RHS) avgCeilS() argument
792 avgCeilU(const KnownBits & LHS,const KnownBits & RHS) avgCeilU() argument
797 mul(const KnownBits & LHS,const KnownBits & RHS,bool NoUndefSelfMultiply) mul() argument
894 mulhs(const KnownBits & LHS,const KnownBits & RHS) mulhs() argument
902 mulhu(const KnownBits & LHS,const KnownBits & RHS) mulhu() argument
911 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument
946 sdiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) sdiv() argument
1002 udiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) udiv() argument
1029 remGetLowBits(const KnownBits & LHS,const KnownBits & RHS) remGetLowBits() argument
1042 urem(const KnownBits & LHS,const KnownBits & RHS) urem() argument
1059 srem(const KnownBits & LHS,const KnownBits & RHS) srem() argument
1084 operator &=(const KnownBits & RHS) operator &=() argument
1092 operator |=(const KnownBits & RHS) operator |=() argument
1100 operator ^=(const KnownBits & RHS) operator ^=() argument
[all...]
H A DZ3Solver.cpp253 areEquivalent(const llvm::fltSemantics & LHS,const llvm::fltSemantics & RHS) areEquivalent() argument
362 mkBVAdd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAdd() argument
368 mkBVSub(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSub() argument
374 mkBVMul(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVMul() argument
380 mkBVSRem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSRem() argument
386 mkBVURem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVURem() argument
392 mkBVSDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDiv() argument
398 mkBVUDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUDiv() argument
404 mkBVShl(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVShl() argument
410 mkBVAshr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAshr() argument
416 mkBVLshr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVLshr() argument
422 mkBVXor(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVXor() argument
428 mkBVOr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVOr() argument
434 mkBVAnd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAnd() argument
440 mkBVUlt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUlt() argument
446 mkBVSlt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSlt() argument
452 mkBVUgt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUgt() argument
458 mkBVSgt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSgt() argument
464 mkBVUle(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUle() argument
470 mkBVSle(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSle() argument
476 mkBVUge(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUge() argument
482 mkBVSge(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSge() argument
488 mkAnd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkAnd() argument
493 mkOr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkOr() argument
498 mkEqual(const SMTExprRef & LHS,const SMTExprRef & RHS) mkEqual() argument
529 mkFPMul(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPMul() argument
537 mkFPDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPDiv() argument
545 mkFPRem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPRem() argument
551 mkFPAdd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPAdd() argument
559 mkFPSub(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPSub() argument
567 mkFPLt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPLt() argument
573 mkFPGt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPGt() argument
579 mkFPLe(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPLe() argument
585 mkFPGe(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPGe() argument
591 mkFPEqual(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPEqual() argument
622 mkBVAddNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVAddNoOverflow() argument
632 mkBVAddNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAddNoUnderflow() argument
641 mkBVSubNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSubNoOverflow() argument
649 mkBVSubNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVSubNoUnderflow() argument
659 mkBVSDivNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDivNoOverflow() argument
674 mkBVMulNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVMulNoOverflow() argument
684 mkBVMulNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVMulNoUnderflow() argument
690 mkBVConcat(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVConcat() argument
[all...]
H A DSmallPtrSet.cpp182 sizeof(void*) * RHS.CurArraySize); in MoveFrom() argument
144 CopyFrom(const SmallPtrSetImplBase & RHS) CopyFrom() argument
170 CopyHelper(const SmallPtrSetImplBase & RHS) CopyHelper() argument
189 MoveHelper(unsigned SmallSize,SmallPtrSetImplBase && RHS) MoveHelper() argument
213 swap(SmallPtrSetImplBase & RHS) swap() argument
[all...]
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.concat.pass.cpp103 Str RHS(R); in doConcatSourceAllocTest() local
113 StrView RHS(R); in doConcatSourceAllocTest() local
123 Ptr RHS(R); in doConcatSourceAllocTest() local
132 Ptr RHS(R); in doConcatSourceAllocTest() local
152 InputIter RHS(R); in doConcatSourceAllocTest() local
165 InputIter RHS(R); in doConcatSourceAllocTest() local
193 Str RHS(R); in doConcatSourceTest() local
200 Str RHS(R); in doConcatSourceTest() local
208 StrView RHS(R); in doConcatSourceTest() local
215 StrView RHS(R); in doConcatSourceTest() local
[all …]
H A Dpath.append.pass.cpp147 Str RHS(R); in doAppendSourceAllocTest() local
157 StrView RHS(R); in doAppendSourceAllocTest() local
167 Ptr RHS(R); in doAppendSourceAllocTest() local
176 Ptr RHS(R); in doAppendSourceAllocTest() local
185 path RHS(R); in doAppendSourceAllocTest() local
208 InputIter RHS(R); in doAppendSourceAllocTest() local
221 InputIter RHS(R); in doAppendSourceAllocTest() local
249 Str RHS(R); in doAppendSourceTest() local
256 Str RHS(R); in doAppendSourceTest() local
264 StrView RHS(R); in doAppendSourceTest() local
[all …]
/llvm-project/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops_bool_conv.verify.cpp54 …olExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator ==()
57 …olExplicit operator!=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator !=()
60 …oolExplicit operator<(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator <()
63 …olExplicit operator<=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator <=()
66 …oolExplicit operator>(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator >()
69 …olExplicit operator>=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator >=()
/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h51 void assign(StringRef RHS) { in assign()
68 void append(StringRef RHS) { in append()
92 [[nodiscard]] bool equals(StringRef RHS) const { return str() == RHS; } in equals()
95 [[nodiscard]] bool equals_insensitive(StringRef RHS) const { in equals_insensitive()
102 [[nodiscard]] int compare(StringRef RHS) const { return str().compare(RHS); } in compare()
105 [[nodiscard]] int compare_insensitive(StringRef RHS) const { in compare_insensitive()
111 [[nodiscard]] int compare_numeric(StringRef RHS) const { in compare_numeric()
H A DAPInt.h1059 eq(const APInt & RHS) eq() argument
1083 ne(const APInt & RHS) ne() argument
1091 ult(const APInt & RHS) ult() argument
1099 ult(uint64_t RHS) ult() argument
1110 slt(const APInt & RHS) slt() argument
1118 slt(int64_t RHS) slt() argument
1130 ule(const APInt & RHS) ule() argument
1138 ule(uint64_t RHS) ule() argument
1146 sle(const APInt & RHS) sle() argument
1154 sle(uint64_t RHS) sle() argument
1162 ugt(const APInt & RHS) ugt() argument
1170 ugt(uint64_t RHS) ugt() argument
1181 sgt(const APInt & RHS) sgt() argument
1189 sgt(int64_t RHS) sgt() argument
1201 uge(const APInt & RHS) uge() argument
1209 uge(uint64_t RHS) uge() argument
1217 sge(const APInt & RHS) sge() argument
1225 sge(int64_t RHS) sge() argument
1229 intersects(const APInt & RHS) intersects() argument
1237 isSubsetOf(const APInt & RHS) isSubsetOf() argument
[all...]
/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 constexpr LeafTy getWithIncrement(ScalarTy RHS) const { in getWithIncrement()
183 constexpr bool isKnownMultipleOf(ScalarTy RHS) const { in isKnownMultipleOf()
188 constexpr bool isKnownMultipleOf(const FixedOrScalableQuantity &RHS) const { in isKnownMultipleOf()
219 const FixedOrScalableQuantity &RHS) { in isKnownLT()
226 const FixedOrScalableQuantity &RHS) { in isKnownGT()
233 const FixedOrScalableQuantity &RHS) { in isKnownLE()
240 const FixedOrScalableQuantity &RHS) { in isKnownGE()
254 constexpr LeafTy divideCoefficientBy(ScalarTy RHS) const { in divideCoefficientBy()
258 constexpr LeafTy multiplyCoefficientBy(ScalarTy RHS) const { in multiplyCoefficientBy()
271 hasKnownScalarFactor(const FixedOrScalableQuantity &RHS) const { in hasKnownScalarFactor()
[all …]
/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()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h313 return computeOverflowForSignedAdd(LHS, RHS, in willNotOverflowSignedAdd() argument
320 willNotOverflowUnsignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction & CxtI) willNotOverflowUnsignedAdd() argument
326 willNotOverflowAdd(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowAdd() argument
332 willNotOverflowSignedSub(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowSignedSub() argument
338 willNotOverflowUnsignedSub(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowUnsignedSub() argument
344 willNotOverflowSub(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowSub() argument
350 willNotOverflowSignedMul(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowSignedMul() argument
363 willNotOverflowMul(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowMul() argument
370 willNotOverflow(BinaryOperator::BinaryOps Opcode,const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflow() argument
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h38 Value *RHS) { in splatScalarOperandIfNeeded() argument
157 CreateAdd(Value * LHS,Value * RHS) CreateAdd() argument
182 CreateSub(Value * LHS,Value * RHS) CreateSub() argument
207 CreateScalarMultiply(Value * LHS,Value * RHS) CreateScalarMultiply() argument
216 CreateScalarDiv(Value * LHS,Value * RHS,bool IsUnsigned) CreateScalarDiv() argument
[all...]
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 *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldCmp()
115 Value *FoldBinaryIntrinsic(Intrinsic::ID ID, Value *LHS, Value *RHS, Type *Ty, in FoldBinaryIntrinsic()
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 DValueHandle.h39 ValueHandleBase(const ValueHandleBase &RHS) in ValueHandleBase()
42 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase()
148 WeakVH(const WeakVH &RHS) in WeakVH()
/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h51 FoldBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS) FoldBinOp() argument
55 FoldExactBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,bool IsExact) FoldExactBinOp() argument
60 FoldNoWrapBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,bool HasNUW,bool HasNSW) FoldNoWrapBinOp() argument
65 FoldBinOpFMF(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,FastMathFlags FMF) FoldBinOpFMF() argument
75 FoldCmp(CmpInst::Predicate P,Value * LHS,Value * RHS) FoldCmp() argument
120 FoldBinaryIntrinsic(Intrinsic::ID ID,Value * LHS,Value * RHS,Type * Ty,Instruction * FMFSource) FoldBinaryIntrinsic() argument
[all...]
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp18 canonicalFormulaPair(const Formula &LHS, const Formula &RHS) { in canonicalFormulaPair() argument
41 const Formula &Arena::makeAnd(const Formula &LHS, const Formula &RHS) { in makeAnd() argument
54 makeOr(const Formula & LHS,const Formula & RHS) makeOr() argument
78 makeImplies(const Formula & LHS,const Formula & RHS) makeImplies() argument
91 makeEquals(const Formula & LHS,const Formula & RHS) makeEquals() argument
[all...]
/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 …]
/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp100 createBinOp(BinaryOperator::BinaryOps Opc,Value * LHS,Value * RHS,const Twine & Name) createBinOp() argument
152 createAdd(Value * LHS,Value * RHS,const Twine & Name) createAdd() argument
156 createSub(Value * LHS,Value * RHS,const Twine & Name) createSub() argument
160 createMul(Value * LHS,Value * RHS,const Twine & Name) createMul() argument
347 Value *LHS, *RHS, *Res; createOpBin() local
456 Value *LHS, *RHS, *Cond; createOpSelect() local
484 Value *LHS, *RHS, *Res; createOpICmp() local
544 Value *LHS, *RHS, *Res; createOpBoolean() local
592 Value *LHS, *RHS; createOpBooleanConditional() local
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h537 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() argument
542 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createDiv() argument
547 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createEQ() argument
532 createAdd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAdd() argument
552 createGT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGT() argument
557 createGTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGTE() argument
562 createLAnd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLAnd() argument
567 createLOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLOr() argument
572 createLT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLT() argument
577 createLTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLTE() argument
582 createMod(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMod() argument
587 createMul(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMul() argument
592 createNE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createNE() argument
597 createOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createOr() argument
602 createShl(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createShl() argument
607 createAShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAShr() argument
612 createLShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLShr() argument
617 createSub(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createSub() argument
622 createXor(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createXor() argument
[all...]

12345678910>>...26