Searched refs:CreateFPToSI (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h1063 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = ""){ function in class:llvm::IRBuilder
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1890 : Builder.CreateFPToSI(Ops[0], Ty, "vcvt");
H A DCGExprScalar.cpp751 Res = Builder.CreateFPToSI(Src, DstTy, "conv");
/external/llvm/lib/IR/
H A DCore.cpp2167 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2142 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)

Completed in 185 milliseconds