Searched refs:CreateFPCast (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DNoFolder.h225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
226 return CastInst::CreateFPCast(C, DestTy);
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
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h497 static CastInst *CreateFPCast(
505 static CastInst *CreateFPCast(
H A DIRBuilder.h1194 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { function in class:llvm::IRBuilder
1198 return Insert(Folder.CreateFPCast(VC, DestTy), Name);
1199 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
/freebsd-10.2-release/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
H A DCore.cpp2369 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name));
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1215 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote");

Completed in 82 milliseconds