• Home
  • Raw
  • Download

Lines Matching refs:ValueRef

341 ValueRef ::= SymbolicValueRef | ConstValueRef;
343 ResolvedVal ::= Types ValueRef ;
358 | br label ValueRef
359 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
360 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]"
361 | switch IntType ValueRef ^ "," label ValueRef "[" ^ "]"
362 | invoke OptCallingConv ResultTypes ValueRef ^ "(" ^ ParamList ^ ")"
364 to label ValueRef unwind label ValueRef
368 JumpTable ::= JumpTable IntType ConstValueRef ^ "," label ValueRef
369 | IntType ConstValueRef ^ "," label ValueRef ;
373 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]"
374 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ;
376 ParamList ::= Types OptParamAttrs ValueRef OptParamAttrs
377 | label OptParamAttrs ValueRef OptParamAttrs
378 | ParamList ^ "," Types OptParamAttrs ValueRef OptParamAttrs
379 | ParamList ^ "," label OptParamAttrs ValueRef OptParamAttrs
389 ArithmeticOps Types ValueRef ^ "," ValueRef
390 | LogicalOps Types ValueRef ^ "," ValueRef
391 | icmp IPredicates Types ValueRef ^ "," ValueRef
392 | fcmp FPredicates Types ValueRef ^ "," ValueRef
400 | OptTailCall OptCallingConv ResultTypes ValueRef ^ "(" ^ ParamList ^ ")"
412 | malloc Types ^ "," INTTYPE ValueRef OptCAlign
414 | alloca Types ^ "," INTTYPE ValueRef OptCAlign
416 | OptVolatile load Types ValueRef OptCAlign
417 | OptVolatile store ResolvedVal ^ "," Types ValueRef OptCAlign
418 | getresult Types ValueRef ^ "," EUINT64VAL
419 | getelementptr OptInBounds Types ValueRef IndexList
420 | extractvalue Types ValueRef ^ ConstantIndexList
421 | insertvalue Types ValueRef ^ "," Types ValueRef ^ ConstantIndexList ;