Searched refs:CreateFPCast (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function 226 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
| H A D | ConstantFolder.h | 172 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
| H A D | InstrTypes.h | 524 static CastInst *CreateFPCast( 532 static CastInst *CreateFPCast(
|
| H A D | IRBuilder.h | 1302 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 1306 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 1307 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2598 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 2611 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
| H A D | Core.cpp | 2652 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1282 return CastInst::CreateFPCast(ExactResult, CI.getType()); in visitFPTrunc()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1627 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1627 func (b Builder) CreateFPCast(val Value, t Type, name string) (v Value) { func
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2394 See the method [llvm::LLVMBuilder::CreateFPCast]. *)
|