Searched refs:CreateFPCast (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 133 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function 134 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
| H A D | IRBuilderFolder.h | 84 virtual Value *CreateFPCast(Constant *C, Type *DestTy) const = 0;
|
| H A D | ConstantFolder.h | 196 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
| H A D | InstrTypes.h | 568 static CastInst *CreateFPCast( 576 static CastInst *CreateFPCast(
|
| H A D | IRBuilder.h | 2042 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 2046 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 2047 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 136 Value *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function 139 return ConstFolder.CreateFPCast(C, DestTy); in CreateFPCast()
|
| H A D | TargetFolder.h | 205 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 108 return Builder.CreateFPCast(&V, Type::getHalfTy(V.getContext())); in convertTo16Bit()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3379 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 3392 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
| H A D | Core.cpp | 3873 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1863 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1771 func (b Builder) CreateFPCast(val Value, t Type, name string) (v Value) { func
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2629 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2530 See the method [llvm::LLVMBuilder::CreateFPCast]. *)
|