Home
last modified time | relevance | path

Searched defs:LHS (Results 176 – 200 of 7640) sorted by relevance

12345678910>>...306

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DConstantFolder.h41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
50 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
59 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
73 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
77 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
85 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
104 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
108 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
112 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
76 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
79 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
82 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
85 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
98 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
101 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
104 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
76 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
79 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
82 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
85 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
98 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
101 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
104 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/WrapperLLVM/include/llvmWrapper/ADT/
H A DStringRef.h17 inline bool equals_insensitive(llvm::StringRef LHS, llvm::StringRef RHS) in equals_insensitive()
26 inline bool endswith_insensitive(llvm::StringRef LHS, llvm::StringRef RHS) { in endswith_insensitive()
34 inline bool contains_insensitive(llvm::StringRef LHS, llvm::StringRef RHS) { in contains_insensitive()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h536 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
548 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
554 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
572 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
584 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
754 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
760 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul()
766 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
772 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineInternal.h536 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
548 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
554 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
572 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
584 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
754 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
760 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul()
766 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
772 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h536 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
548 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
554 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
572 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
584 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
754 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
760 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul()
766 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
772 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineInternal.h471 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
483 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
489 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
501 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
507 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
519 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
688 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
694 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul()
700 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
706 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineInternal.h494 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
506 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
512 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
524 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
530 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
542 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
699 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
705 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul()
711 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
717 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DTargetFolder.h52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
103 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
103 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
103 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DTargetFolder.h52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
103 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/ubsan/
H A Dubsan_handlers.cc64 ValueHandle LHS, in HandleIntegerOverflow()
78 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_add_overflow()
82 ValueHandle LHS, in __ubsan_handle_add_overflow_abort()
89 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_sub_overflow()
93 ValueHandle LHS, in __ubsan_handle_sub_overflow_abort()
100 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_mul_overflow()
104 ValueHandle LHS, in __ubsan_handle_mul_overflow_abort()
133 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_divrem_overflow()
148 ValueHandle LHS, in __ubsan_handle_divrem_overflow_abort()
155 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds()
[all …]

12345678910>>...306