Home
last modified time | relevance | path

Searched refs:getSIToFP (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h925 static Constant *getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp1614 return getSIToFP(C, Ty, OnlyIfReduced); in getCast()
1776 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSIToFP() function in ConstantExpr
HDCore.cpp1211 return wrap(ConstantExpr::getSIToFP(unwrap<Constant>(ConstantVal), in LLVMConstSIToFP()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp1364 ConstantExpr::getSIToFP(CI, I.getType()) == CFP && in visitFAdd()
HDInstCombineCompares.cpp3847 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC; in FoldFCmp_IntToFP_Cst()