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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h161 Instruction *FoldFCmp_IntToFP_Cst(FCmpInst &I, Instruction *LHSI,
H A DInstCombineCompares.cpp3289 /// FoldFCmp_IntToFP_Cst - Fold fcmp ([us]itofp x, cst) if possible.
3291 Instruction *InstCombiner::FoldFCmp_IntToFP_Cst(FCmpInst &I, function in class:InstCombiner
3586 if (Instruction *NV = FoldFCmp_IntToFP_Cst(I, LHSI, RHSC))

Completed in 106 milliseconds