Home | History | Annotate | Download | only in IR

Lines Matching refs: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,
935 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
945 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
956 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
967 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
978 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
989 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1002 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1015 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1025 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1035 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1046 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1057 : UnaryInstruction(cast<PointerType>(Ptr->getType())->getElementType(),
1704 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)),