Home
last modified time | relevance | path

Searched refs:InsertBinop (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp121 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
731 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
739 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
774 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
782 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
797 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
802 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h135 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp169 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
742 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
751 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
804 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
807 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
825 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
842 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
846 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
862 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
868 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp169 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
742 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
751 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
804 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
807 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
825 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
842 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
846 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
862 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
868 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp169 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
742 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
751 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
804 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
807 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
825 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
842 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
846 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
862 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
868 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp169 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
745 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
754 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
807 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
810 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
828 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
845 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
849 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
865 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
871 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp171 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
738 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
746 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
798 P = InsertBinop(Instruction::Mul, P, P); in visitMulExpr()
800 Result = Result ? InsertBinop(Instruction::Mul, Result, P) : P; in visitMulExpr()
815 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
827 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
830 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
845 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
850 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp171 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
738 Sum = InsertBinop(Instruction::Sub, Sum, W); in visitAddExpr()
746 Sum = InsertBinop(Instruction::Add, Sum, W); in visitAddExpr()
798 P = InsertBinop(Instruction::Mul, P, P); in visitMulExpr()
800 Result = Result ? InsertBinop(Instruction::Mul, Result, P) : P; in visitMulExpr()
815 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
827 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
830 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
845 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
850 return InsertBinop(Instruction::UDiv, LHS, RHS); in visitUDivExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp219 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
796 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
805 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
858 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
861 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
879 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
896 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
900 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
916 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
922 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp176 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
753 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
762 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
815 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
818 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
836 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
853 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
857 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
873 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
879 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp219 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
796 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
805 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
858 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
861 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
879 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
896 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
900 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
916 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
922 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp196 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
769 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
778 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
831 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
834 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
852 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
869 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
873 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
889 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
895 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp176 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
753 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
762 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
815 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
818 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
836 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
853 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
857 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
873 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
879 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp219 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
796 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
805 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
858 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
861 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
879 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
896 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
900 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
916 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
922 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp219 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
790 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
799 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
852 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
855 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
873 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
890 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
894 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
910 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
916 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp219 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
796 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
805 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
858 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
861 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
879 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
896 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
900 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
916 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
922 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp196 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
769 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
778 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
831 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
834 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
852 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
869 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
873 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
889 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
895 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp196 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
769 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
778 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
831 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
834 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
852 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
869 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
873 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
889 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
895 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp219 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop() function in SCEVExpander
796 Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap, in visitAddExpr()
805 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(), in visitAddExpr()
858 P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap, in visitMulExpr()
861 Result = Result ? InsertBinop(Instruction::Mul, Result, P, in visitMulExpr()
879 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
896 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
900 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
916 return InsertBinop(Instruction::LShr, LHS, in visitUDivExpr()
922 return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap, in visitUDivExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h352 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DScalarEvolutionExpander.h332 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h352 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h332 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h332 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DScalarEvolutionExpander.h320 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,

12