Searched refs:getFPTrunc (Results 1 – 4 of 4) sorted by relevance
920 static Constant *getFPTrunc(Constant *C, Type *Ty,
1608 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast()1741 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
1196 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
266 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()