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

/external/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
/external/llvm/include/llvm/
H A DInstrTypes.h500 static CastInst *CreateFPCast(
508 static CastInst *CreateFPCast(
H A DIRBuilder.h1057 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { function in class:llvm::IRBuilder
1061 return Insert(Folder.CreateFPCast(VC, DestTy), Name);
1062 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
/external/llvm/lib/VMCore/
H A DInstructions.cpp2420 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst
2433 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, function in class:CastInst
H A DCore.cpp2201 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name));
/external/clang/lib/CodeGen/
H A DCGCall.cpp1092 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 778 milliseconds