Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Instruction

72     void visitMemoryReference(Instruction &I, Value *Ptr,
126 if (isa<Instruction>(V)) {
193 Instruction &I = *CS.getInstruction();
365 void Lint::visitMemoryReference(Instruction &I,
542 "Unusual: unreachable immediately preceded by instruction without "
599 // Same as above, but for ConstantExpr instead of Instruction.
600 if (Instruction::isCast(CE->getOpcode())) {
601 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
607 } else if (CE->getOpcode() == Instruction::ExtractValue) {
616 if (Instruction *Inst = dyn_cast<Instruction>(V)) {