Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Instruction

67     Instruction *I = cast<Instruction>(U->getUser());
71 case Instruction::Call:
72 case Instruction::Invoke: {
96 case Instruction::Load:
99 case Instruction::VAArg:
102 case Instruction::Ret:
106 case Instruction::Store:
116 case Instruction::BitCast:
117 case Instruction::GetElementPtr:
118 case Instruction::PHI:
119 case Instruction::Select:
121 for (Instruction::use_iterator UI = I->use_begin(), UE = I->use_end();
128 case Instruction::ICmp: