Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFixedPointBuilder.h207 : B.CreateFPToUI(Result, ResultTy); in CreateFloatingToFixed()
H A DIRBuilder.h1898 Value *CreateFPToUI(Value *V, Type *DestTy, const Twine &Name = "") {
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp973 : Builder.CreateFPToUI(FQ, I32Ty); in expandDivRem24Impl()
1150 Value *Z = Builder.CreateFPToUI(ScaledY, I32Ty); in expandDivRem32()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp282 VInt = Builder.CreateFPToUI(VDouble, Builder.getInt32Ty()); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve_defs.td127 def fptoui: IRBuilder<"CreateFPToUI">;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp1253 return Builder.CreateFPToUI(Src, DstTy, "conv"); in EmitScalarCast()
1734 Res = Builder.CreateFPToUI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
H A DCGStmtOpenMP.cpp3650 LogVal = CGF.Builder.CreateFPToUI(LogVal, CGF.IntTy); in emitScanBasedDirective()
H A DCGBuiltin.cpp6740 return Usgn ? Builder.CreateFPToUI(Ops[0], Ty, "vcvt") in EmitCommonNeonBuiltinExpr()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td575 def LLVM_FPToUIOp : LLVM_CastOp<"fptoui", "CreateFPToUI",
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1681 func (b Builder) CreateFPToUI(val Value, t Type, name string) (v Value) { func
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3781 return wrap(unwrap(B)->CreateFPToUI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToUI()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2449 See the method [llvm::LLVMBuilder::CreateFPToUI]. *)