Home
last modified time | relevance | path

Searched refs:CreateFPToSI (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp837 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in EmitScalarConversion()
1083 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
H A DCGBuiltin.cpp2752 : Builder.CreateFPToSI(Ops[0], Ty, "vcvt"); in EmitCommonNeonBuiltinExpr()
4190 return Builder.CreateFPToSI(Ops[0], InTy); in EmitAArch64BuiltinExpr()
4933 return Builder.CreateFPToSI(Ops[0], Ty); in EmitAArch64BuiltinExpr()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1189 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = ""){
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2572 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToSI()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1543 func (b Builder) CreateFPToSI(val Value, t Type, name string) (v Value) { func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2319 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)