Searched refs:CreateFPCast (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 111 return Builder.CreateFPCast(&V, Type::getHalfTy(V.getContext())); in convertTo16Bit()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 609 static CastInst *CreateFPCast(
|
| H A D | IRBuilder.h | 2222 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") {
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1805 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3072 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, const Twine &Name, in CreateFPCast() function in CastInst
|
| H A D | Core.cpp | 4179 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2876 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|