Lines Matching full:instruction
82 const Instruction &Inst = *I;
84 case Instruction::FAdd:
85 case Instruction::FSub:
86 case Instruction::FMul:
87 case Instruction::FDiv:
88 case Instruction::FRem:
89 case Instruction::FPToUI:
90 case Instruction::FPToSI:
91 case Instruction::UIToFP:
92 case Instruction::SIToFP:
93 case Instruction::FPTrunc:
94 case Instruction::FPExt:
95 case Instruction::FCmp: