Searched refs:UnaryInstruction (Results 1 – 7 of 7) sorted by relevance
174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst()175 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} in visitLoadInst()196 RetTy visitVAArgInst(VAArgInst &I) { DELEGATE(UnaryInstruction);} in visitVAArgInst()200 RetTy visitExtractValueInst(ExtractValueInst &I){ DELEGATE(UnaryInstruction);} in visitExtractValueInst()231 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} in visitCastInst()235 RetTy visitUnaryInstruction(UnaryInstruction &I){ DELEGATE(Instruction);} in visitUnaryInstruction()
85 class UnaryInstruction : public Instruction {89 UnaryInstruction(Type *Ty, unsigned iType, Value *V,94 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() function105 ~UnaryInstruction() override;124 struct OperandTraits<UnaryInstruction> :125 public FixedNumOperandTraits<UnaryInstruction, 1> {128 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)385 class CastInst : public UnaryInstruction {391 : UnaryInstruction(Ty, iType, S, InsertBefore) {397 : UnaryInstruction(Ty, iType, S, InsertAtEnd) {
75 class AllocaInst : public UnaryInstruction {168 class LoadInst : public UnaryInstruction {1663 class VAArgInst : public UnaryInstruction {1670 : UnaryInstruction(Ty, VAArg, List, InsertBefore) {1675 : UnaryInstruction(Ty, VAArg, List, InsertAtEnd) {1897 class ExtractValueInst : public UnaryInstruction {1985 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),1993 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
142 class UnaryInstruction { class143 UnaryInstruction() { in UnaryInstruction() function in test5::UnaryInstruction
53 UnaryInstruction::~UnaryInstruction() { in ~UnaryInstruction()872 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca, in AllocaInst()881 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca, in AllocaInst()961 : UnaryInstruction(Ty, Load, Ptr, InsertBef) { in LoadInst()973 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(), in LoadInst()983 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(), in LoadInst()993 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(), in LoadInst()1004 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(), in LoadInst()1015 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(), in LoadInst()1599 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)), in ExtractValueInst()
129 bool visitUnaryInstruction(UnaryInstruction &I);479 bool CallAnalyzer::visitUnaryInstruction(UnaryInstruction &I) { in visitUnaryInstruction()
1211 macro(UnaryInstruction) \