Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h207 : B.CreateFPToUI(Result, ResultTy); in CreateFloatingToFixed()
H A DIRBuilder.h2012 Value *CreateFPToUI(Value *V, Type *DestTy, const Twine &Name = "") {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp926 : Builder.CreateFPToUI(FQ, I32Ty); in expandDivRem24Impl()
1103 Value *Z = Builder.CreateFPToUI(ScaledY, I32Ty); in expandDivRem32()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve_defs.td127 def fptoui: IRBuilder<"CreateFPToUI">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1238 return Builder.CreateFPToUI(Src, DstTy, "conv"); in EmitScalarCast()
1699 Res = Builder.CreateFPToUI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
H A DCGStmtOpenMP.cpp3436 LogVal = CGF.Builder.CreateFPToUI(LogVal, CGF.IntTy); in emitScanBasedDirective()
H A DCGBuiltin.cpp6546 return Usgn ? Builder.CreateFPToUI(Ops[0], Ty, "vcvt") in EmitCommonNeonBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1715 func (b Builder) CreateFPToUI(val Value, t Type, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3782 return wrap(unwrap(B)->CreateFPToUI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToUI()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2462 See the method [llvm::LLVMBuilder::CreateFPToUI]. *)