Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:macro

448 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \
449 macro(Argument) \
450 macro(BasicBlock) \
451 macro(InlineAsm) \
452 macro(MDNode) \
453 macro(MDString) \
454 macro(User) \
455 macro(Constant) \
456 macro(BlockAddress) \
457 macro(ConstantAggregateZero) \
458 macro(ConstantArray) \
459 macro(ConstantExpr) \
460 macro(ConstantFP) \
461 macro(ConstantInt) \
462 macro(ConstantPointerNull) \
463 macro(ConstantStruct) \
464 macro(ConstantVector) \
465 macro(GlobalValue) \
466 macro(Function) \
467 macro(GlobalAlias) \
468 macro(GlobalVariable) \
469 macro(UndefValue) \
470 macro(Instruction) \
471 macro(BinaryOperator) \
472 macro(CallInst) \
473 macro(IntrinsicInst) \
474 macro(DbgInfoIntrinsic) \
475 macro(DbgDeclareInst) \
476 macro(EHExceptionInst) \
477 macro(EHSelectorInst) \
478 macro(MemIntrinsic) \
479 macro(MemCpyInst) \
480 macro(MemMoveInst) \
481 macro(MemSetInst) \
482 macro(CmpInst) \
483 macro(FCmpInst) \
484 macro(ICmpInst) \
485 macro(ExtractElementInst) \
486 macro(GetElementPtrInst) \
487 macro(InsertElementInst) \
488 macro(InsertValueInst) \
489 macro(LandingPadInst) \
490 macro(PHINode) \
491 macro(SelectInst) \
492 macro(ShuffleVectorInst) \
493 macro(StoreInst) \
494 macro(TerminatorInst) \
495 macro(BranchInst) \
496 macro(IndirectBrInst) \
497 macro(InvokeInst) \
498 macro(ReturnInst) \
499 macro(SwitchInst) \
500 macro(UnreachableInst) \
501 macro(ResumeInst) \
502 macro(UnaryInstruction) \
503 macro(AllocaInst) \
504 macro(CastInst) \
505 macro(BitCastInst) \
506 macro(FPExtInst) \
507 macro(FPToSIInst) \
508 macro(FPToUIInst) \
509 macro(FPTruncInst) \
510 macro(IntToPtrInst) \
511 macro(PtrToIntInst) \
512 macro(SExtInst) \
513 macro(SIToFPInst) \
514 macro(TruncInst) \
515 macro(UIToFPInst) \
516 macro(ZExtInst) \
517 macro(ExtractValueInst) \
518 macro(LoadInst) \
519 macro(VAArgInst)