Searched refs:CreateFPToSI (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 837 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in EmitScalarConversion() 1083 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
|
| H A D | CGBuiltin.cpp | 2752 : 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 D | IRBuilder.h | 1189 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = ""){
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2572 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToSI()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1543 func (b Builder) CreateFPToSI(val Value, t Type, name string) (v Value) { func
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2319 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)
|