Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h416 py::object otherType) {
417 MlirType rawType = py::cast<MlirType>(otherType);
419 auto origRepr = py::repr(otherType).cast<std::string>();
425 py::object self = superCls.attr("__new__")(cls, otherType);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h802 [](PyType &otherType) -> bool { in bind()
803 return DerivedTy::isaFunction(otherType); in bind()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp144 std::optional<DynamicType> otherType);
3778 std::size_t i, std::optional<DynamicType> otherType) { in ConvertBOZ() argument
3782 if (otherType && otherType->category() == TypeCategory::Real) { in ConvertBOZ()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp535 [](auto otherType) -> llvm::Error { return llvm::Error::success(); }); in recordStructIndices() argument