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

/external/llvm/include/llvm/Support/
H A DNoFolder.h213 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
214 return CastInst::CreateFPCast(C, DestTy);
H A DConstantFolder.h166 Constant *CreateFPCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DIRBuilder.h1042 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { function in class:llvm::IRBuilder
1046 return Insert(Folder.CreateFPCast(VC, DestTy), Name);
1047 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
/external/llvm/include/llvm/
H A DInstrTypes.h500 static CastInst *CreateFPCast(
508 static CastInst *CreateFPCast(
/external/llvm/lib/VMCore/
H A DInstructions.cpp2414 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst
2427 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst
H A DCore.cpp2182 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name));
/external/clang/lib/CodeGen/
H A DCGCall.cpp1046 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote");
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2227 See the method [llvm::LLVMBuilder::CreateFPCast]. *)

Completed in 108 milliseconds