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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1216 LHSTrunc = Builder->CreateFPExt(LHSTrunc, CI.getType());
1217 RHSTrunc = Builder->CreateFPExt(RHSTrunc, CI.getType());
H A DInstCombineAddSub.cpp1547 Value *NewExt = Builder->CreateFPExt(V, I.getType());
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1654 Arg = Builder.CreateFPExt(Arg, OutputTy);
H A DCGExprScalar.cpp795 Res = Builder.CreateFPExt(Src, DstTy, "conv");
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1079 Value *CreateFPExt(Value *V, Type *DestTy, const Twine &Name = "") { function in class:llvm::IRBuilder
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1078 return B.CreateFPExt(V, B.getDoubleTy());
/external/llvm/lib/IR/
H A DCore.cpp2252 return wrap(unwrap(B)->CreateFPExt(unwrap(Val), unwrap(DestTy), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2170 See the method [llvm::LLVMBuilder::CreateFPExt]. *)

Completed in 217 milliseconds