InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineInternal.h
index d12ee09d52f8b5489689057dbaab3a19e976917f..1a9293496016e4360859c24d7b836c6ea2294380 100644 (file)
@@ -245,6 +245,7 @@ public:
   Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
                             Value *A, Value *B, Instruction &Outer,
                             SelectPatternFlavor SPF2, Value *C);
+  Instruction *FoldItoFPtoI(Instruction &FI);
   Instruction *visitSelectInst(SelectInst &SI);
   Instruction *visitSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
   Instruction *visitCallInst(CallInst &CI);