Searched defs:CreateFPCast (Results 1 – 6 of 6) 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
|
| H A D | ConstantFolder.h | 196 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
| /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
|
| H A D | TargetFolder.h | 205 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
| /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
|
| /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
|