Lines Matching refs:ValueRef

344 ValueRef ::= SymbolicValueRef | ConstValueRef;
346 ResolvedVal ::= Types ValueRef ;
361 | br label ValueRef
362 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
363 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]"
364 | switch IntType ValueRef ^ "," label ValueRef "[" ^ "]"
365 | invoke OptCallingConv ResultTypes ValueRef ^ "(" ^ ParamList ^ ")"
367 to label ValueRef unwind label ValueRef
371 JumpTable ::= JumpTable IntType ConstValueRef ^ "," label ValueRef
372 | IntType ConstValueRef ^ "," label ValueRef ;
376 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]"
377 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ;
379 ParamList ::= Types OptParamAttrs ValueRef OptParamAttrs
380 | label OptParamAttrs ValueRef OptParamAttrs
381 | ParamList ^ "," Types OptParamAttrs ValueRef OptParamAttrs
382 | ParamList ^ "," label OptParamAttrs ValueRef OptParamAttrs
392 ArithmeticOps Types ValueRef ^ "," ValueRef
393 | LogicalOps Types ValueRef ^ "," ValueRef
394 | icmp IPredicates Types ValueRef ^ "," ValueRef
395 | fcmp FPredicates Types ValueRef ^ "," ValueRef
403 | OptTailCall OptCallingConv ResultTypes ValueRef ^ "(" ^ ParamList ^ ")"
415 | malloc Types ^ "," INTTYPE ValueRef OptCAlign
417 | alloca Types ^ "," INTTYPE ValueRef OptCAlign
419 | OptVolatile load Types ValueRef OptCAlign
420 | OptVolatile store ResolvedVal ^ "," Types ValueRef OptCAlign
421 | getresult Types ValueRef ^ "," EUINT64VAL
422 | getelementptr OptInBounds Types ValueRef IndexList
423 | extractvalue Types ValueRef ^ ConstantIndexList
424 | insertvalue Types ValueRef ^ "," Types ValueRef ^ ConstantIndexList ;