Home
last modified time | relevance | path

Searched refs:ConstVal (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DConstVal.cs27 internal readonly struct ConstVal struct
158 public static ConstVal Get(bool value) => new ConstVal(value ? s_true : s_false); argument
160 public static ConstVal Get(int value) => new ConstVal(value == 0 ? s_zeroInt32 : value); in Get() argument
162 public static ConstVal Get(uint value) => new ConstVal(value); in Get() argument
164 public static ConstVal Get(decimal value) => new ConstVal(value); argument
166 public static ConstVal Get(string value) => new ConstVal(value); in Get() argument
168 public static ConstVal Get(float value) => new ConstVal(value); in Get() argument
170 public static ConstVal Get(double value) => new ConstVal(value); in Get() argument
172 public static ConstVal Get(long value) => new ConstVal(value); in Get() argument
174 public static ConstVal Get(ulong value) => new ConstVal(value); in Get() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/
H A Dllvm.grm243 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
244 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
245 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
246 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
247 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
250 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
252 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
254 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dllvm.grm247 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
248 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
254 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
256 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
258 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dllvm.grm247 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
248 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
254 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
256 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
258 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/utils/
H A Dllvm.grm246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
253 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/
H A Dllvm.grm248 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
249 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
253 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
254 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
255 | shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
257 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
259 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h57 Constant *ConstVal; member
98 ConstVal = nullptr;
109 ConstVal = Other.ConstVal;
150 return ConstVal; in getConstant()
155 return ConstVal; in getNotConstant()
178 ConstVal = nullptr; in markOverdefined()
197 ConstVal = V; in markConstant()
215 ConstVal = V; in markNotConstant()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DValueLattice.h57 Constant *ConstVal; member
98 ConstVal = nullptr;
109 ConstVal = Other.ConstVal;
150 return ConstVal; in getConstant()
155 return ConstVal; in getNotConstant()
178 ConstVal = nullptr; in markOverdefined()
197 ConstVal = V; in markConstant()
215 ConstVal = V; in markNotConstant()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DValueLattice.h58 Constant *ConstVal;
99 ConstVal = nullptr;
110 ConstVal = Other.ConstVal;
151 return ConstVal;
156 return ConstVal;
179 ConstVal = nullptr;
198 ConstVal = V;
216 ConstVal = V;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DValueLattice.h58 Constant *ConstVal;
99 ConstVal = nullptr;
110 ConstVal = Other.ConstVal;
151 return ConstVal;
156 return ConstVal;
179 ConstVal = nullptr;
198 ConstVal = V;
216 ConstVal = V;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DValueLattice.h62 Constant *ConstVal; member
104 ConstVal = nullptr;
115 ConstVal = Other.ConstVal;
162 return ConstVal; in getConstant()
167 return ConstVal; in getNotConstant()
189 ConstVal = nullptr; in markOverdefined()
219 ConstVal = V; in markConstant()
239 ConstVal = V; in markNotConstant()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h62 Constant *ConstVal; member
104 ConstVal = nullptr;
115 ConstVal = Other.ConstVal;
162 return ConstVal; in getConstant()
167 return ConstVal; in getNotConstant()
189 ConstVal = nullptr; in markOverdefined()
219 ConstVal = V; in markConstant()
239 ConstVal = V; in markNotConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h87 Constant *ConstVal; member
160 ConstVal = Other.ConstVal; in ValueLatticeElement()
179 ConstVal = Other.ConstVal; in ValueLatticeElement()
258 return ConstVal; in getConstant()
263 return ConstVal; in getNotConstant()
318 ConstVal = V;
338 ConstVal = V; in markNotConstant()

12345678910>>...21