Searched refs:CreateFPToUI (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | FixedPointBuilder.h | 207 : B.CreateFPToUI(Result, ResultTy); in CreateFloatingToFixed()
|
| H A D | IRBuilder.h | 1898 Value *CreateFPToUI(Value *V, Type *DestTy, const Twine &Name = "") {
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 973 : 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 D | IRBuilderTest.cpp | 282 VInt = Builder.CreateFPToUI(VDouble, Builder.getInt32Ty()); in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 127 def fptoui: IRBuilder<"CreateFPToUI">;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1253 return Builder.CreateFPToUI(Src, DstTy, "conv"); in EmitScalarCast() 1734 Res = Builder.CreateFPToUI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
|
| H A D | CGStmtOpenMP.cpp | 3650 LogVal = CGF.Builder.CreateFPToUI(LogVal, CGF.IntTy); in emitScanBasedDirective()
|
| H A D | CGBuiltin.cpp | 6740 return Usgn ? Builder.CreateFPToUI(Ops[0], Ty, "vcvt") in EmitCommonNeonBuiltinExpr()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 575 def LLVM_FPToUIOp : LLVM_CastOp<"fptoui", "CreateFPToUI",
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1681 func (b Builder) CreateFPToUI(val Value, t Type, name string) (v Value) { func
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 3781 return wrap(unwrap(B)->CreateFPToUI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToUI()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2449 See the method [llvm::LLVMBuilder::CreateFPToUI]. *)
|