Home
last modified time | relevance | path

Searched refs:CreateFPCast (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
226 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
H A DConstantFolder.h172 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
H A DInstrTypes.h524 static CastInst *CreateFPCast(
532 static CastInst *CreateFPCast(
H A DIRBuilder.h1302 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 DTargetFolder.h184 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2598 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 DCore.cpp2652 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1282 return CastInst::CreateFPCast(ExactResult, CI.getType()); in visitFPTrunc()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1627 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1627 func (b Builder) CreateFPCast(val Value, t Type, name string) (v Value) { func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2394 See the method [llvm::LLVMBuilder::CreateFPCast]. *)