Searched refs:getFPCast (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h208 return ConstantExpr::getFPCast(C, DestTy);
H A DConstants.h1105 static Constant *getFPCast(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h196 return Fold(ConstantExpr::getFPCast(C, DestTy));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1875 Constant *ConstantExpr::getFPCast(Constant *C, Type *Ty) { function in class:ConstantExpr
H A DCore.cpp1767 return wrap(ConstantExpr::getFPCast(unwrap<Constant>(ConstantVal),

Completed in 114 milliseconds