Searched refs:getFPCast (Results 1 – 5 of 5) sorted by relevance
204 return ConstantExpr::getFPCast(C, DestTy); in CreateFPCast()
1093 static Constant *getFPCast(
190 return Fold(ConstantExpr::getFPCast(C, DestTy)); in CreateFPCast()
1724 Constant *ConstantExpr::getFPCast(Constant *C, Type *Ty) { in getFPCast() function in ConstantExpr
1758 return wrap(ConstantExpr::getFPCast(unwrap<Constant>(ConstantVal), in LLVMConstFPCast()