Home
last modified time | relevance | path

Searched refs:CreateFPCast (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h622 static CastInst *CreateFPCast(
630 static CastInst *CreateFPCast(
H A DIRBuilder.h2200 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp111 return Builder.CreateFPCast(&V, Type::getHalfTy(V.getContext())); in convertTo16Bit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3527 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
3540 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
H A DCore.cpp3945 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1762 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2894 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()