Lines Matching refs:ValueRef
342 ValueRef ::= SymbolicValueRef | ConstValueRef;
344 ResolvedVal ::= Types ValueRef ;
359 | br label ValueRef
360 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
361 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]"
362 | switch IntType ValueRef ^ "," label ValueRef "[" ^ "]"
363 | invoke OptCallingConv ResultTypes ValueRef ^ "(" ^ ParamList ^ ")"
365 to label ValueRef unwind label ValueRef
369 JumpTable ::= JumpTable IntType ConstValueRef ^ "," label ValueRef
370 | IntType ConstValueRef ^ "," label ValueRef ;
374 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]"
375 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ;
377 ParamList ::= Types OptParamAttrs ValueRef OptParamAttrs
378 | label OptParamAttrs ValueRef OptParamAttrs
379 | ParamList ^ "," Types OptParamAttrs ValueRef OptParamAttrs
380 | ParamList ^ "," label OptParamAttrs ValueRef OptParamAttrs
390 ArithmeticOps Types ValueRef ^ "," ValueRef
391 | LogicalOps Types ValueRef ^ "," ValueRef
392 | icmp IPredicates Types ValueRef ^ "," ValueRef
393 | fcmp FPredicates Types ValueRef ^ "," ValueRef
401 | OptTailCall OptCallingConv ResultTypes ValueRef ^ "(" ^ ParamList ^ ")"
413 | malloc Types ^ "," INTTYPE ValueRef OptCAlign
415 | alloca Types ^ "," INTTYPE ValueRef OptCAlign
417 | OptVolatile load Types ValueRef OptCAlign
418 | OptVolatile store ResolvedVal ^ "," Types ValueRef OptCAlign
419 | getresult Types ValueRef ^ "," EUINT64VAL
420 | getelementptr OptInBounds Types ValueRef IndexList
421 | extractvalue Types ValueRef ^ ConstantIndexList
422 | insertvalue Types ValueRef ^ "," Types ValueRef ^ ConstantIndexList ;