Searched refs:FoldFCmp_IntToFP_Cst (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h146 Instruction *FoldFCmp_IntToFP_Cst(FCmpInst &I, Instruction *LHSI,
H A DInstCombineCompares.cpp3016 /// FoldFCmp_IntToFP_Cst - Fold fcmp ([us]itofp x, cst) if possible.
3018 Instruction *InstCombiner::FoldFCmp_IntToFP_Cst(FCmpInst &I, function in class:InstCombiner
3313 if (Instruction *NV = FoldFCmp_IntToFP_Cst(I, LHSI, RHSC))

Completed in 107 milliseconds