HomeSort by relevance Sort by last modified time
    Searched refs:isExact (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 71 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
74 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
93 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 56 bool isExact = false) const {
57 return ConstantExpr::getUDiv(LHS, RHS, isExact);
60 bool isExact = false) const {
61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
80 bool isExact = false) const {
81 return ConstantExpr::getLShr(LHS, RHS, isExact);
84 bool isExact = false) const {
85 return ConstantExpr::getAShr(LHS, RHS, isExact);
NoFolder.h 89 bool isExact = false) const {
90 if (!isExact)
98 bool isExact = false) const {
99 if (!isExact)
126 bool isExact = false) const {
127 if (!isExact)
132 bool isExact = false) const {
133 if (!isExact)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 56 bool isExact = false) const {
57 return ConstantExpr::getUDiv(LHS, RHS, isExact);
60 bool isExact = false) const {
61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
80 bool isExact = false) const {
81 return ConstantExpr::getLShr(LHS, RHS, isExact);
84 bool isExact = false) const {
85 return ConstantExpr::getAShr(LHS, RHS, isExact);
NoFolder.h 89 bool isExact = false) const {
90 if (!isExact)
98 bool isExact = false) const {
99 if (!isExact)
126 bool isExact = false) const {
127 if (!isExact)
132 bool isExact = false) const {
133 if (!isExact)
TargetFolder.h 71 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
74 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
93 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
NoFolder.h 103 bool isExact = false) const {
104 if (!isExact)
114 bool isExact = false) const {
115 if (!isExact)
149 bool isExact = false) const {
150 if (!isExact)
156 bool isExact = false) const {
157 if (!isExact)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
NoFolder.h 103 bool isExact = false) const {
104 if (!isExact)
114 bool isExact = false) const {
115 if (!isExact)
149 bool isExact = false) const {
150 if (!isExact)
156 bool isExact = false) const {
157 if (!isExact)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
NoFolder.h 103 bool isExact = false) const {
104 if (!isExact)
114 bool isExact = false) const {
115 if (!isExact)
149 bool isExact = false) const {
150 if (!isExact)
156 bool isExact = false) const {
157 if (!isExact)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 70 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
73 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
74 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
92 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
93 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
96 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 64 bool isExact = false) const {
65 return ConstantExpr::getUDiv(LHS, RHS, isExact);
69 bool isExact = false) const {
70 return ConstantExpr::getSDiv(LHS, RHS, isExact);
95 bool isExact = false) const {
96 return ConstantExpr::getLShr(LHS, RHS, isExact);
100 bool isExact = false) const {
101 return ConstantExpr::getAShr(LHS, RHS, isExact);

Completed in 1228 milliseconds

1 2 3 4 5 6 7 8 9