Lines Matching full:instruction
4 Instruction *I = dyn_cast<Instruction>(V);
6 const Instruction *I = dyn_cast<Instruction>(V);
10 Instruction &I = cast<Instruction>(V);
21 maintained in a doubly linked list of values (ie each Instruction now has
30 example: Instruction&) instead of a pointer to the underlying object. This
52 BasicBlock.h -> Instruction.h
65 pointer. For example, the instruction visitor class uses references instead