Searched refs:CreateFPCast (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | NoFolder.h | 226 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function 227 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
| HD | InstrTypes.h | 528 static CastInst *CreateFPCast( 536 static CastInst *CreateFPCast(
|
| HD | ConstantFolder.h | 173 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
| HD | IRBuilder.h | 1342 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 1346 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 1347 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetFolder.h | 185 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Instructions.cpp | 2447 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 2460 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
| HD | Core.cpp | 2674 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCasts.cpp | 1294 return CastInst::CreateFPCast(ExactResult, CI.getType()); in visitFPTrunc()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 1726 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|