Home | History | Annotate | Download | only in IR

Lines Matching defs:UnaryInstruction

49 //                           UnaryInstruction Class
53 UnaryInstruction::~UnaryInstruction() {
836 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
845 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
854 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
863 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
872 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
881 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
934 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
944 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
955 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
966 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
977 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
988 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1001 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1014 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1024 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1034 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1045 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1056 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1691 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)),