Lines Matching full:instruction
56 const Instruction &Inst = *I;
58 case Instruction::FAdd:
59 case Instruction::FSub:
60 case Instruction::FMul:
61 case Instruction::FDiv:
62 case Instruction::FRem:
63 case Instruction::FPToUI:
64 case Instruction::FPToSI:
65 case Instruction::UIToFP:
66 case Instruction::SIToFP:
67 case Instruction::FPTrunc:
68 case Instruction::FPExt:
69 case Instruction::FCmp: