Searched defs:CreateFPCast (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h166 Constant *CreateFPCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h184 Constant *CreateFPCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
H A DNoFolder.h225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1194 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { function in class:llvm::IRBuilder
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp2513 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst
2526 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst

Completed in 82 milliseconds