Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h206 Result = UseSigned ? B.CreateFPToSI(Result, ResultTy) in CreateFloatingToFixed()
H A DIRBuilder.h2019 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = "") {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp925 Value *IQ = IsSigned ? Builder.CreateFPToSI(FQ, I32Ty) in expandDivRem24Impl()
H A DAMDGPULibCalls.cpp1120 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou"); in fold_pow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve_defs.td126 def fptosi: IRBuilder<"CreateFPToSI">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1237 return Builder.CreateFPToSI(Src, DstTy, "conv"); in EmitScalarCast()
1697 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
H A DCGBuiltin.cpp6547 : Builder.CreateFPToSI(Ops[0], Ty, "vcvt"); in EmitCommonNeonBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1721 func (b Builder) CreateFPToSI(val Value, t Type, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3787 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToSI()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2468 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)