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

/external/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
226 return CastInst::CreateFPCast(C, DestTy);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1148 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { function in class:llvm::IRBuilder
1152 return Insert(Folder.CreateFPCast(VC, DestTy), Name);
1153 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
/external/llvm/lib/IR/
H A DInstructions.cpp2476 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst
2489 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst

Completed in 104 milliseconds