Searched refs:CreateFPCast (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function 265 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
| H A D | ConstantFolder.h | 200 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
| H A D | InstrTypes.h | 492 static CastInst *CreateFPCast( 500 static CastInst *CreateFPCast(
|
| H A D | IRBuilder.h | 1822 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 1826 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 1827 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 184 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2765 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 2778 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
| H A D | Core.cpp | 3616 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1618 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2187 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|