Lines Matching refs:ConstVal
224 ConstVal::= Types "[" ^ ConstVector ^ "]"
245 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
246 | getelementptr OptInBounds "(" ^ ConstVal IndexList ^ ")"
247 | 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 ^ ")"
255 | extractvalue "(" ^ ConstVal ^ ConstantIndexList ^ ")"
256 | insertvalue "(" ^ ConstVal ^ "," ConstVal ^ ConstantIndexList ^ ")" ;
258 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;
277 ConstVal GlobalVarAttributes
279 GlobalType ConstVal GlobalVarAttributes